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