2 writes to synchronizingObject
System (2)
services\timers\system\timers\Timer.cs (2)
222this.synchronizingObject = (ISynchronizeInvoke)baseComponent; 230this.synchronizingObject = value;
2 references to synchronizingObject
System (2)
services\timers\system\timers\Timer.cs (2)
217if (this.synchronizingObject == null && DesignMode) { 226return this.synchronizingObject;