2 writes to Instrumentation
Microsoft.CodeAnalysis (2)
Emit\SemanticEdit.cs (2)
147
Instrumentation
= instrumentation;
156
Instrumentation
= new MethodInstrumentation() { Kinds = instrumentationKinds };
2 references to Instrumentation
Microsoft.CodeAnalysis (2)
Emit\EditAndContinue\DefinitionMap.cs (2)
45
.Where(edit => !edit.
Instrumentation
.IsEmpty)
46
.ToImmutableDictionary(edit => (IMethodSymbolInternal)GetISymbolInternalOrNull(edit.NewSymbol!)!, edit => edit.
Instrumentation
);