Enum SyntaxWalkerDepth
Syntax the SyntaxWalker should descend into.
Namespace: Loretta.CodeAnalysis
Assembly: Loretta.CodeAnalysis.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 |