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