5 references to _instrumentStates
System.Diagnostics.DiagnosticSource (5)
System\Diagnostics\Metrics\AggregationManager.cs (5)
262_instrumentStates.TryRemove(instrument, out _); 267if (!_instrumentStates.TryGetValue(instrument, out InstrumentState? instrumentState)) 278_instrumentStates.TryAdd(instrument, instrumentState); 282_instrumentStates.TryGetValue(instrument, out instrumentState); 439foreach (KeyValuePair<Instrument, InstrumentState> kv in _instrumentStates)