1 write to SynchronizingObject
System.Diagnostics.EventLog (1)
System\Diagnostics\EventLog.cs (1)
177
set => _underlyingEventLog.
SynchronizingObject
= value;
4 references to SynchronizingObject
System.Diagnostics.EventLog (4)
System\Diagnostics\EventLog.cs (1)
176
get => _underlyingEventLog.
SynchronizingObject
;
System\Diagnostics\EventLogInternal.cs (3)
564
if (this.
SynchronizingObject
!= null && this.
SynchronizingObject
.InvokeRequired)
566
this.
SynchronizingObject
.BeginInvoke(this.onEntryWrittenHandler, new object[] { this, new EntryWrittenEventArgs(entry) });