1 override of GetMethodBodyInstrumentations
Microsoft.CodeAnalysis.CSharp (1)
Emitter\EditAndContinue\PEDeltaAssemblyBuilder.cs (1)
249
internal override MethodInstrumentation
GetMethodBodyInstrumentations
(MethodSymbol method)
3 references to GetMethodBodyInstrumentations
Microsoft.CodeAnalysis.CSharp (3)
Compiler\MethodCompiler.cs (1)
950
var instrumentation = compilationState.ModuleBuilderOpt?.
GetMethodBodyInstrumentations
(methodSymbol) ?? MethodInstrumentation.Empty;
Lowering\AsyncRewriter\AsyncRewriter.cs (1)
144
var instrumentations = F.ModuleBuilderOpt.
GetMethodBodyInstrumentations
(method);
Lowering\IteratorRewriter\IteratorRewriter.cs (1)
179
var instrumentations = F.ModuleBuilderOpt.
GetMethodBodyInstrumentations
(method);