Controls whether assembly symbol documents are output.
- Namespace
- Statiq
.CodeAnalysis - Containing Type
- AnalyzeCSharp
Syntax
public AnalyzeCSharp WithAssemblySymbols(bool assemblySymbols = true)
Parameters
| Name | Type | Description |
|---|---|---|
| assemblySymbols | bool | true to output assembly symbol documents. |
Return Value
| Type | Description |
|---|---|
| AnalyzeCSharp | The current module instance. |