2 writes to synchronizingObject
System (2)
services\io\system\io\FileSystemWatcher.cs (2)
359this.synchronizingObject = (ISynchronizeInvoke)baseComponent; 367this.synchronizingObject = value;
2 references to synchronizingObject
System (2)
services\io\system\io\FileSystemWatcher.cs (2)
354if (this.synchronizingObject == null && DesignMode) { 363return this.synchronizingObject;