AnalyzeCSharp.

WithSolutions(IEnumerable<string>) Method

Summary

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

Syntax

public AnalyzeCSharp WithSolutions(IEnumerable<string> solutions)

Parameters

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

Return Value

Type Description
AnalyzeCSharp The current module instance.
GitHub