2 instantiations of EmitCancelledException
Microsoft.CodeAnalysis.CSharp (2)
CodeGen\EmitExpression.cs (1)
90throw new EmitCancelledException();
CodeGen\EmitStatement.cs (1)
389throw new EmitCancelledException();
1 reference to EmitCancelledException
Microsoft.CodeAnalysis.CSharp (1)
CodeGen\CodeGenerator.cs (1)
295catch (EmitCancelledException)