3 instantiations of CancelledByStackGuardException
Microsoft.CodeAnalysis.CSharp (3)
BoundTree\BoundTreeVisitors.cs (1)
247
throw new
CancelledByStackGuardException
(ex, node);
CodeGen\Optimizer.cs (1)
531
throw new
CancelledByStackGuardException
(ex, node);
Lowering\ClosureConversion\ExpressionLambdaRewriter.cs (1)
287
throw new BoundTreeVisitor.
CancelledByStackGuardException
(ex, node);
11 references to CancelledByStackGuardException
Microsoft.CodeAnalysis.CSharp (11)
Binder\RefSafetyAnalysis.cs (1)
30
catch (
CancelledByStackGuardException
e)
CodeGen\CodeGenerator.cs (1)
143
catch (BoundTreeVisitor.
CancelledByStackGuardException
ex)
CodeGen\EmitExpression.cs (1)
89
BoundTreeVisitor.
CancelledByStackGuardException
.GetTooLongOrComplexExpressionErrorLocation(expression));
CodeGen\EmitStatement.cs (1)
388
BoundTreeVisitor.
CancelledByStackGuardException
.GetTooLongOrComplexExpressionErrorLocation(condition));
Compiler\MethodCompiler.cs (3)
779
catch (BoundTreeVisitor.
CancelledByStackGuardException
ex)
1474
catch (BoundTreeVisitor.
CancelledByStackGuardException
ex)
2184
catch (BoundTreeVisitor.
CancelledByStackGuardException
)
FlowAnalysis\ControlFlowPass.cs (1)
170
catch (BoundTreeVisitor.
CancelledByStackGuardException
ex) when (diagnostics != null)
FlowAnalysis\DefiniteAssignment.cs (1)
654
catch (BoundTreeVisitor.
CancelledByStackGuardException
ex) when (diagnostics != null)
FlowAnalysis\NullableWalker.cs (1)
1792
catch (
CancelledByStackGuardException
ex) when (diagnostics != null)
Lowering\DiagnosticsPass_ExpressionTrees.cs (1)
43
catch (
CancelledByStackGuardException
ex)