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