1 write to s_internalSyncObject
System.Diagnostics.PerformanceCounter (1)
System\Diagnostics\PerformanceCounterLib.cs (1)
75
Interlocked.CompareExchange(ref
s_internalSyncObject
, o, null);
2 references to s_internalSyncObject
System.Diagnostics.PerformanceCounter (2)
System\Diagnostics\PerformanceCounterLib.cs (2)
72
if (
s_internalSyncObject
== null)
77
return
s_internalSyncObject
;