5 references to _instrumentStates
System.Diagnostics.DiagnosticSource (5)
System\Diagnostics\Metrics\AggregationManager.cs (5)
324_instrumentStates.TryRemove(instrument, out _); 329if (!_instrumentStates.TryGetValue(instrument, out InstrumentState? instrumentState)) 340_instrumentStates.TryAdd(instrument, instrumentState); 344_instrumentStates.TryGetValue(instrument, out instrumentState); 501foreach (KeyValuePair<Instrument, InstrumentState> kv in _instrumentStates)