Summary
Controls whether assembly symbol documents are output.
- Assembly
- Wyam
.CodeAnalysis .dll - Namespace
- Wyam
.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. |