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)
136
return
_enabled
;
140
if (
_enabled
== value)
640
if ((!IsSuspended()) &&
_enabled
)
675
bool oldEnabled =
_enabled
;
685
if (_directory.Length != 0 &&
_enabled
)