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. 677_enabled = oldEnabled;
System\IO\FileSystemWatcher.Linux.cs (3)
25_enabled = true; 72_enabled = true; 90_enabled = false;
5 references to _enabled
System.IO.FileSystem.Watcher (5)
System\IO\FileSystemWatcher.cs (5)
136return _enabled; 140if (_enabled == value) 640if ((!IsSuspended()) && _enabled) 675bool oldEnabled = _enabled; 685if (_directory.Length != 0 && _enabled)