4 writes to _recursionDepth
Microsoft.CodeAnalysis.VisualBasic (4)
Parser\ParseExpression.vb (2)
55_recursionDepth += 1 171_recursionDepth -= 1
Parser\Parser.vb (2)
896_recursionDepth += 1 901_recursionDepth -= 1
3 references to _recursionDepth
Microsoft.CodeAnalysis.VisualBasic (3)
Parser\ParseExpression.vb (1)
56StackGuard.EnsureSufficientExecutionStack(_recursionDepth)
Parser\Parser.vb (2)
492Debug.Assert(_recursionDepth = 0) 897StackGuard.EnsureSufficientExecutionStack(_recursionDepth)