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