1 write to s_counterGroupEnabledList
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\CounterGroup.cs (1)
166
s_counterGroupEnabledList
= new List<CounterGroup>();
8 references to s_counterGroupEnabledList
System.Private.CoreLib (8)
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\CounterGroup.cs (8)
93
Debug.Assert((
s_counterGroupEnabledList
== null && !_eventSource.IsEnabled())
94
|| (_eventSource.IsEnabled() &&
s_counterGroupEnabledList
!.Contains(this))
95
|| (_pollingIntervalInMilliseconds == 0 && !
s_counterGroupEnabledList
!.Contains(this))
96
|| (!_eventSource.IsEnabled() && !
s_counterGroupEnabledList
!.Contains(this)));
175
if (!
s_counterGroupEnabledList
!.Contains(this))
177
s_counterGroupEnabledList
.Add(this);
190
s_counterGroupEnabledList
?.Remove(this);
293
foreach (CounterGroup counterGroup in
s_counterGroupEnabledList
!)