2 writes to Instrumentation
Microsoft.CodeAnalysis (2)
Emit\SemanticEdit.cs (2)
147Instrumentation = instrumentation; 156Instrumentation = 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);