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