3 instantiations of CancelledByStackGuardException
Microsoft.CodeAnalysis.CSharp (3)
BoundTree\BoundTreeVisitors.cs (1)
246throw new CancelledByStackGuardException(ex, node);
CodeGen\Optimizer.cs (1)
531throw new CancelledByStackGuardException(ex, node);
Lowering\ClosureConversion\ExpressionLambdaRewriter.cs (1)
289throw new BoundTreeVisitor.CancelledByStackGuardException(ex, node);
14 references to CancelledByStackGuardException
Microsoft.CodeAnalysis.CSharp (12)
Binder\RefSafetyAnalysis.cs (2)
28catch (CancelledByStackGuardException e) 48catch (CancelledByStackGuardException e)
CodeGen\CodeGenerator.cs (1)
143catch (BoundTreeVisitor.CancelledByStackGuardException ex)
CodeGen\EmitExpression.cs (1)
88BoundTreeVisitor.CancelledByStackGuardException.GetTooLongOrComplexExpressionErrorLocation(expression));
CodeGen\EmitStatement.cs (1)
388BoundTreeVisitor.CancelledByStackGuardException.GetTooLongOrComplexExpressionErrorLocation(condition));
Compiler\MethodCompiler.cs (3)
781catch (BoundTreeVisitor.CancelledByStackGuardException ex) 1511catch (BoundTreeVisitor.CancelledByStackGuardException ex) 2210catch (BoundTreeVisitor.CancelledByStackGuardException)
FlowAnalysis\ControlFlowPass.cs (1)
170catch (BoundTreeVisitor.CancelledByStackGuardException ex) when (diagnostics != null)
FlowAnalysis\DefiniteAssignment.cs (1)
633catch (BoundTreeVisitor.CancelledByStackGuardException ex) when (diagnostics != null)
FlowAnalysis\NullableWalker.cs (1)
1744catch (CancelledByStackGuardException ex) when (diagnostics != null)
Lowering\DiagnosticsPass_ExpressionTrees.cs (1)
42catch (CancelledByStackGuardException ex)
Microsoft.CodeAnalysis.CSharp.ExpressionEvaluator.ExpressionCompiler (2)
CompilationContext.cs (1)
702catch (BoundTreeVisitor.CancelledByStackGuardException ex)
Symbols\EEMethodSymbol.cs (1)
701catch (BoundTreeVisitor.CancelledByStackGuardException ex)