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.
665
_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)
136
return
_enabled
;
140
if (
_enabled
== value)
628
if ((!IsSuspended()) &&
_enabled
)
663
bool oldEnabled =
_enabled
;
673
if (_directory.Length != 0 &&
_enabled
)