1 write to Depth
Microsoft.CodeAnalysis (1)
Syntax\SyntaxWalker.cs (1)
25
this.
Depth
= depth;
4 references to Depth
Microsoft.CodeAnalysis (4)
Syntax\SyntaxWalker.cs (4)
40
if (this.
Depth
>= SyntaxWalkerDepth.Node)
47
if (this.
Depth
>= SyntaxWalkerDepth.Token)
63
if (this.
Depth
>= SyntaxWalkerDepth.Trivia)
100
if (this.
Depth
>= SyntaxWalkerDepth.StructuredTrivia && trivia.HasStructure)