WithAssemblies(Config<IEnumerable<string>>) Method
Analyzes the specified assemblies.
Namespace
Statiq.CodeAnalysis
Containing Type
AnalyzeCSharp

Syntax

public AnalyzeCSharp WithAssemblies(Config<IEnumerable<string>> assemblies)

Parameters

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

Return Value

Type Description
AnalyzeCSharp The current module instance.