6 overrides of ConvertInsufficientExecutionStackExceptionToCancelledByStackGuardException
Microsoft.CodeAnalysis.CSharp (4)
Compilation\MemberSemanticModel.NodeMapBuilder.cs (1)
289protected override bool ConvertInsufficientExecutionStackExceptionToCancelledByStackGuardException()
FlowAnalysis\AbstractFlowPass.cs (1)
379protected override bool ConvertInsufficientExecutionStackExceptionToCancelledByStackGuardException()
FlowAnalysis\NullableWalker.DebugVerifier.cs (1)
31protected override bool ConvertInsufficientExecutionStackExceptionToCancelledByStackGuardException()
Lowering\StateMachineRewriter\IteratorAndAsyncCaptureWalker.cs (1)
336protected override bool ConvertInsufficientExecutionStackExceptionToCancelledByStackGuardException()
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (2)
Semantics\ConstantTests.cs (1)
4072protected override bool ConvertInsufficientExecutionStackExceptionToCancelledByStackGuardException()
Semantics\UnsafeTests.cs (1)
2451protected override bool ConvertInsufficientExecutionStackExceptionToCancelledByStackGuardException()
1 reference to ConvertInsufficientExecutionStackExceptionToCancelledByStackGuardException
Microsoft.CodeAnalysis.CSharp (1)
BoundTree\BoundTreeVisitors.cs (1)
208if (recursionDepth > 1 || !ConvertInsufficientExecutionStackExceptionToCancelledByStackGuardException())