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