1 write to s_counterGroupEnabledList
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\CounterGroup.cs (1)
166s_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)
93Debug.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))); 175if (!s_counterGroupEnabledList!.Contains(this)) 177s_counterGroupEnabledList.Add(this); 190s_counterGroupEnabledList?.Remove(this); 293foreach (CounterGroup counterGroup in s_counterGroupEnabledList!)