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