Summary
Controls whether the content of input documents is treated as code and used in the analysis (the default is
true).
- Assembly
- Wyam
.CodeAnalysis .dll - Namespace
- Wyam
.CodeAnalysis - Containing Type
- AnalyzeCSharp
Syntax
public AnalyzeCSharp WithInputDocuments(bool inputDocuments = true)
Parameters
| Name | Type | Description |
|---|---|---|
| inputDocuments | bool | true to analyze the content of input documents. |
Return Value
| Type | Description |
|---|---|
| AnalyzeCSharp | The current module instance. |
