AnalyzeCSharp.

WithAssemblies(IEnumerable<string>) Method

Summary

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

Syntax

public AnalyzeCSharp WithAssemblies(IEnumerable<string> assemblies)

Parameters

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

Return Value

Type Description
AnalyzeCSharp The current module instance.
GitHub