5 writes to _enabled
System.IO.FileSystem.Watcher (5)
System\IO\FileSystemWatcher.cs (2)
147_enabled = value; // Alert the Component to start watching for events when EndInit is called. 668_enabled = oldEnabled;
System\IO\FileSystemWatcher.Linux.cs (3)
55_enabled = true; 66_enabled = true; 74_enabled = false;
5 references to _enabled
System.IO.FileSystem.Watcher (5)
System\IO\FileSystemWatcher.cs (5)
136return _enabled; 140if (_enabled == value) 631if ((!IsSuspended()) && _enabled) 666bool oldEnabled = _enabled; 676if (_directory.Length != 0 && _enabled)