1 write to _inotify
System.IO.FileSystem.Watcher (1)
System\IO\FileSystemWatcher.Linux.cs (1)
1049
_inotify
= inotify;
7 references to _inotify
System.IO.FileSystem.Watcher (7)
System\IO\FileSystemWatcher.Linux.cs (7)
1034
Debug.Assert(
_inotify
is null);
1054
_inotify
.AddWatcher(this);
1068
=>
_inotify
.AddOrUpdateWatchedDirectory(this, parent: null, BasePath, WatchFilters, ignoreMissing: false);
1090
Debug.Assert(
_inotify
is not null);
1091
_inotify
.RemoveWatchedDirectory(root);
1169
Debug.Assert(
_inotify
is not null);
1208
=>
_inotify
.AddOrUpdateWatchedDirectory(this, parent, path, WatchFilters, ignoreMissing: true);