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