2 writes to synchronizingObject
System (2)
services\monitoring\system\diagnosticts\EventLogInternal.cs (2)
517
this.
synchronizingObject
= (ISynchronizeInvoke)baseComponent;
525
this.
synchronizingObject
= value;
2 references to synchronizingObject
System (2)
services\monitoring\system\diagnosticts\EventLogInternal.cs (2)
512
if (this.
synchronizingObject
== null && parent.ComponentDesignMode) {
521
return this.
synchronizingObject
;