6 writes to s_ConnectingEventSourcesAndListener
System.Private.CoreLib (6)
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\EventListener.cs (6)
307s_ConnectingEventSourcesAndListener = true; 318s_ConnectingEventSourcesAndListener = previousValue; 365s_ConnectingEventSourcesAndListener = true; 385s_ConnectingEventSourcesAndListener = previousValue; 572s_ConnectingEventSourcesAndListener = true; 590s_ConnectingEventSourcesAndListener = previousValue;
4 references to s_ConnectingEventSourcesAndListener
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\EventListener.cs (4)
306bool previousValue = s_ConnectingEventSourcesAndListener; 364bool previousValue = s_ConnectingEventSourcesAndListener; 466if (s_ConnectingEventSourcesAndListener) 571bool previousValue = s_ConnectingEventSourcesAndListener;