1 write to _instruments
System.Diagnostics.DiagnosticSource (1)
System\Diagnostics\Metrics\Meter.cs (1)
511
_instruments
= new List<Instrument>();
4 references to _instruments
System.Diagnostics.DiagnosticSource (4)
System\Diagnostics\Metrics\Meter.cs (4)
510
instruments =
_instruments
;
591
if (!
_instruments
.Contains(instrument))
593
_instruments
.Add(instrument);
611
foreach (Instrument instrument in meter.
_instruments
)