4 overrides of ConvertInsufficientExecutionStackExceptionToCancelledByStackGuardException
Microsoft.CodeAnalysis.CSharp (4)
Compilation\MemberSemanticModel.NodeMapBuilder.cs (1)
345protected override bool ConvertInsufficientExecutionStackExceptionToCancelledByStackGuardException()
FlowAnalysis\AbstractFlowPass.cs (1)
378protected override bool ConvertInsufficientExecutionStackExceptionToCancelledByStackGuardException()
FlowAnalysis\NullableWalker.DebugVerifier.cs (1)
32protected override bool ConvertInsufficientExecutionStackExceptionToCancelledByStackGuardException()
Lowering\StateMachineRewriter\IteratorAndAsyncCaptureWalker.cs (1)
362protected override bool ConvertInsufficientExecutionStackExceptionToCancelledByStackGuardException()
1 reference to ConvertInsufficientExecutionStackExceptionToCancelledByStackGuardException
Microsoft.CodeAnalysis.CSharp (1)
BoundTree\BoundTreeVisitors.cs (1)
209if (recursionDepth > 1 || !ConvertInsufficientExecutionStackExceptionToCancelledByStackGuardException())