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