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