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