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