5 references to _instruments
Aspire.Dashboard (5)
Otlp\Model\OtlpResource.cs (5)
89ref var instrumentRef = ref CollectionsMarshal.GetValueRefOrAddDefault(_instruments, instrumentKey, out _); 209_instruments.Clear(); 245if (!_instruments.TryGetValue(new OtlpInstrumentKey(meterName, instrumentName), out var instrument)) 264var instruments = new List<OtlpInstrumentSummary>(_instruments.Count); 265foreach (var instrument in _instruments)