Controls which symbols are processed as part of the initial result set.
- Namespace
- Statiq
.CodeAnalysis - Containing Type
- AnalyzeCSharp
Syntax
public AnalyzeCSharp WhereSymbol(Func<ISymbol, Compilation, bool> predicate)
Parameters
| Name | Type | Description |
|---|---|---|
| predicate | Func |
A predicate that returns true if the symbol should be included in the initial result set. |
Return Value
| Type | Description |
|---|---|
| AnalyzeCSharp | The current module instance. |