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