Enum SyntaxWalkerDepth
Syntax the SyntaxWalker should descend into.
Namespace: Loretta.CodeAnalysis
Assembly: cs.temp.dll.dll
Syntax
public enum SyntaxWalkerDepth
Fields
Name | Description |
---|---|
Node | descend into only nodes |
StructuredTrivia | descend into everything |
Token | descend into nodes and tokens |
Trivia | descend into nodes, tokens and trivia |