1 write to s_InternalSyncObject
System.Diagnostics.EventLog (1)
System\Diagnostics\EventLogInternal.cs (1)
98
Interlocked.CompareExchange(ref
s_InternalSyncObject
, o, null);
2 references to s_InternalSyncObject
System.Diagnostics.EventLog (2)
System\Diagnostics\EventLogInternal.cs (2)
95
if (
s_InternalSyncObject
== null)
101
return
s_InternalSyncObject
;