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