2 writes to synchronizingObject
System.Diagnostics.EventLog (2)
System\Diagnostics\EventLogInternal.cs (2)
387this.synchronizingObject = (ISynchronizeInvoke)baseComponent; 396this.synchronizingObject = value;
2 references to synchronizingObject
System.Diagnostics.EventLog (2)
System\Diagnostics\EventLogInternal.cs (2)
380if (this.synchronizingObject == null && parent!.ComponentDesignMode) 391return this.synchronizingObject;