4 overrides of ConvertInsufficientExecutionStackExceptionToCancelledByStackGuardException
Microsoft.CodeAnalysis.VisualBasic (4)
Analysis\FlowAnalysis\AbstractFlowPass.vb (1)
709Protected 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
1 reference to ConvertInsufficientExecutionStackExceptionToCancelledByStackGuardException
Microsoft.CodeAnalysis.VisualBasic (1)
BoundTree\BoundTreeVisitor.vb (1)
184If recursionDepth > 1 OrElse Not ConvertInsufficientExecutionStackExceptionToCancelledByStackGuardException() Then