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