WithInputDocuments(Config<bool>) Method
Controls whether the content of input documents is treated as code and used in the analysis (the default is true).
Namespace
Statiq.CodeAnalysis
Containing Type
AnalyzeCSharp

Syntax

public AnalyzeCSharp WithInputDocuments(Config<bool> inputDocuments = null)

Parameters

Name Type Description
inputDocuments Config<bool> true or null to analyze the content of input documents.

Return Value

Type Description
AnalyzeCSharp The current module instance.