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