2 writes to _watcher
System.IO.FileSystem.Watcher (2)
System\IO\FileSystemWatcher.Linux.cs (2)
65
_watcher
= new INotify.Watcher(this);
80
_watcher
= null;
3 references to _watcher
System.IO.FileSystem.Watcher (3)
System\IO\FileSystemWatcher.Linux.cs (3)
60
if (
_watcher
!= null)
68
_watcher
.Start();
79
_watcher
?.Stop();