1 write to _counters
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\CounterGroup.cs (1)
22
_counters
= new List<DiagnosticCounter>();
6 references to _counters
System.Private.CoreLib (6)
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\CounterGroup.cs (6)
29
_counters
.Add(eventCounter);
35
_counters
.Remove(eventCounter);
194
foreach (DiagnosticCounter diagnosticCounter in
_counters
)
205
foreach (DiagnosticCounter counter in
_counters
)
237
counters = new DiagnosticCounter[
_counters
.Count];
238
_counters
.CopyTo(counters);