3 writes to _recursionDepth
Microsoft.CodeAnalysis.VisualBasic (3)
Lowering\ExpressionLambdaRewriter\ExpressionLambdaRewriter.vb (3)
48_recursionDepth = recursionDepth 294_recursionDepth += 1 310_recursionDepth -= 1
5 references to _recursionDepth
Microsoft.CodeAnalysis.VisualBasic (5)
Lowering\ExpressionLambdaRewriter\ExpressionLambdaRewriter.vb (5)
297Dim saveRecursionDepth = _recursionDepth 300If _recursionDepth > 1 Then 301StackGuard.EnsureSufficientExecutionStack(_recursionDepth) 308Debug.Assert(saveRecursionDepth = _recursionDepth) 616Debug.Assert(Not BoundNodeFinder.ContainsNode(right, initializer.PlaceholderOpt, _recursionDepth, convertInsufficientExecutionStackExceptionToCancelledByStackGuardException:=True), "Should be addressed in DiagnosticsPass")