1 write to _instruments
System.Diagnostics.DiagnosticSource (1)
System\Diagnostics\Metrics\Meter.cs (1)
507
_instruments
= new List<Instrument>();
4 references to _instruments
System.Diagnostics.DiagnosticSource (4)
System\Diagnostics\Metrics\Meter.cs (4)
506
instruments =
_instruments
;
587
if (!
_instruments
.Contains(instrument))
589
_instruments
.Add(instrument);
607
foreach (Instrument instrument in meter.
_instruments
)