4 writes to _recursionDepth
Microsoft.CodeAnalysis.VisualBasic (4)
Parser\ParseExpression.vb (2)
55_recursionDepth += 1 171_recursionDepth -= 1
Parser\Parser.vb (2)
903_recursionDepth += 1 908_recursionDepth -= 1
3 references to _recursionDepth
Microsoft.CodeAnalysis.VisualBasic (3)
Parser\ParseExpression.vb (1)
56StackGuard.EnsureSufficientExecutionStack(_recursionDepth)
Parser\Parser.vb (2)
498Debug.Assert(_recursionDepth = 0) 904StackGuard.EnsureSufficientExecutionStack(_recursionDepth)