1 write to m_InstanceLockObject
System.Diagnostics.EventLog (1)
System\Diagnostics\EventLogInternal.cs (1)
83
Interlocked.CompareExchange(ref
m_InstanceLockObject
, o, null);
2 references to m_InstanceLockObject
System.Diagnostics.EventLog (2)
System\Diagnostics\EventLogInternal.cs (2)
80
if (
m_InstanceLockObject
== null)
86
return
m_InstanceLockObject
;