2 writes to _synchronizingObject
System.ComponentModel.TypeConverter (2)
System\Timers\Timer.cs (2)
224_synchronizingObject = (ISynchronizeInvoke)baseComponent; 231set => _synchronizingObject = value;
2 references to _synchronizingObject
System.ComponentModel.TypeConverter (2)
System\Timers\Timer.cs (2)
218if (_synchronizingObject == null && DesignMode) 228return _synchronizingObject;