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