4 writes to _recursionDepth
Microsoft.CodeAnalysis.VisualBasic (4)
Parser\ParseExpression.vb (2)
55_recursionDepth += 1 171_recursionDepth -= 1
Parser\Parser.vb (2)
897_recursionDepth += 1 902_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) 898StackGuard.EnsureSufficientExecutionStack(_recursionDepth)