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