2 writes to _recursionDepth
Microsoft.CodeAnalysis.Razor.Compiler (2)
Language\Syntax\SyntaxWalker.cs (2)
25
_recursionDepth
++;
30
_recursionDepth
--;
1 reference to _recursionDepth
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\Syntax\SyntaxWalker.cs (1)
26
StackGuard.EnsureSufficientExecutionStack(
_recursionDepth
);