1 write to s_pollingThread
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\CounterGroup.cs (1)
167s_pollingThread = new Thread(PollForValues)
2 references to s_pollingThread
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\CounterGroup.cs (2)
163if (s_pollingThread == null) 172s_pollingThread.Start();