3 references to 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);