1 write to s_InternalSyncObject
System (1)
services\monitoring\system\diagnosticts\EventLogInternal.cs (1)
127
Interlocked.CompareExchange(ref
s_InternalSyncObject
, o, null);
2 references to s_InternalSyncObject
System (2)
services\monitoring\system\diagnosticts\EventLogInternal.cs (2)
125
if (
s_InternalSyncObject
== null) {
129
return
s_InternalSyncObject
;