5 references to ModuleCancellation
Microsoft.CodeAnalysis (2)
CodeGen\PrivateImplementationDetails.cs (1)
898
/// Synthesized by <see cref="InstrumentationKind.
ModuleCancellation
"/> instrumentation.
Emit\InstrumentationKind.cs (1)
46
=> value is >= InstrumentationKind.None and <= InstrumentationKind.
ModuleCancellation
;
Microsoft.CodeAnalysis.CSharp (3)
Compiler\MethodCompiler.cs (1)
1092
instrumentation.Kinds.Contains(InstrumentationKind.
ModuleCancellation
)))
Lowering\Instrumentation\ModuleCancellationInstrumenter.cs (1)
17
/// Implements instrumentation for <see cref="CodeAnalysis.Emit.InstrumentationKind.
ModuleCancellation
"/>.
Lowering\LocalRewriter\LocalRewriter.cs (1)
135
if (instrumentation.Kinds.Contains(InstrumentationKind.
ModuleCancellation
) &&