5 references to _instruments
Aspire.Dashboard (5)
Otlp\Model\OtlpApplication.cs (5)
74ref var instrumentRef = ref CollectionsMarshal.GetValueRefOrAddDefault(_instruments, instrumentKey, out _); 185_instruments.Clear(); 210if (!_instruments.TryGetValue(new OtlpInstrumentKey(meterName, instrumentName), out var instrument)) 229var instruments = new List<OtlpInstrumentSummary>(_instruments.Count); 230foreach (var instrument in _instruments)