AnalyzeCSharp.

WithProjects(IEnumerable<string>) Method

Summary

Analyzes the specified projects.
Assembly
Wyam.CodeAnalysis.dll
Namespace
Wyam.CodeAnalysis
Containing Type
AnalyzeCSharp

Syntax

public AnalyzeCSharp WithProjects(IEnumerable<string> projects)

Parameters

Name Type Description
projects IEnumerable<string> Globbing patterns indicating the projects to analyze.

Return Value

Type Description
AnalyzeCSharp The current module instance.
GitHub