2 writes to _recursionDepth
Microsoft.CodeAnalysis.Razor.Compiler (2)
Language\Syntax\SyntaxRewriter.cs (2)
22
_recursionDepth
++;
27
_recursionDepth
--;
1 reference to _recursionDepth
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\Syntax\SyntaxRewriter.cs (1)
23
StackGuard.EnsureSufficientExecutionStack(
_recursionDepth
);