6 overrides of ConvertInsufficientExecutionStackExceptionToCancelledByStackGuardException
Microsoft.CodeAnalysis.VisualBasic (6)
Analysis\FlowAnalysis\AbstractFlowPass.vb (1)
700Protected Overrides Function ConvertInsufficientExecutionStackExceptionToCancelledByStackGuardException() As Boolean
Binding\MemberSemanticModel.vb (2)
1170Protected Overrides Function ConvertInsufficientExecutionStackExceptionToCancelledByStackGuardException() As Boolean 2214Protected Overrides Function ConvertInsufficientExecutionStackExceptionToCancelledByStackGuardException() As Boolean
BoundTree\BoundNodeFinder.vb (1)
53Protected Overrides Function ConvertInsufficientExecutionStackExceptionToCancelledByStackGuardException() As Boolean
Operations\VisualBasicOperationFactory_QueryLambdaRewriter.vb (2)
32Protected Overrides Function ConvertInsufficientExecutionStackExceptionToCancelledByStackGuardException() As Boolean 82Protected Overrides Function ConvertInsufficientExecutionStackExceptionToCancelledByStackGuardException() As Boolean
1 reference to ConvertInsufficientExecutionStackExceptionToCancelledByStackGuardException
Microsoft.CodeAnalysis.VisualBasic (1)
BoundTree\BoundTreeVisitor.vb (1)
184If recursionDepth > 1 OrElse Not ConvertInsufficientExecutionStackExceptionToCancelledByStackGuardException() Then