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