1 write to Depth
Microsoft.CodeAnalysis (1)
Syntax\SyntaxWalker.cs (1)
24
this.
Depth
= depth;
4 references to Depth
Microsoft.CodeAnalysis (4)
Syntax\SyntaxWalker.cs (4)
39
if (this.
Depth
>= SyntaxWalkerDepth.Node)
46
if (this.
Depth
>= SyntaxWalkerDepth.Token)
62
if (this.
Depth
>= SyntaxWalkerDepth.Trivia)
99
if (this.
Depth
>= SyntaxWalkerDepth.StructuredTrivia && trivia.HasStructure)