2 writes to _synchronizingObject
System.ComponentModel.TypeConverter (2)
System\Timers\Timer.cs (2)
226
_synchronizingObject
= (ISynchronizeInvoke)baseComponent;
233
set =>
_synchronizingObject
= value;
2 references to _synchronizingObject
System.ComponentModel.TypeConverter (2)
System\Timers\Timer.cs (2)
220
if (
_synchronizingObject
== null && DesignMode)
230
return
_synchronizingObject
;