1 write to s_InternalSyncObject
System (1)
services\monitoring\system\diagnosticts\PerformanceCounterLib.cs (1)
66
Interlocked.CompareExchange(ref
s_InternalSyncObject
, o, null);
2 references to s_InternalSyncObject
System (2)
services\monitoring\system\diagnosticts\PerformanceCounterLib.cs (2)
64
if (
s_InternalSyncObject
== null) {
68
return
s_InternalSyncObject
;