1 write to SynchronizingObject
System (1)
services\monitoring\system\diagnosticts\EventLog.cs (1)
283
m_underlyingEventLog.
SynchronizingObject
= value;
4 references to SynchronizingObject
System (4)
services\monitoring\system\diagnosticts\EventLog.cs (1)
279
return m_underlyingEventLog.
SynchronizingObject
;
services\monitoring\system\diagnosticts\EventLogInternal.cs (3)
741
if (this.
SynchronizingObject
!= null && this.
SynchronizingObject
.InvokeRequired)
742
this.
SynchronizingObject
.BeginInvoke(this.onEntryWrittenHandler, new object[]{this, new EntryWrittenEventArgs(entry)});