1 write to _inotify
System.IO.FileSystem.Watcher (1)
System\IO\FileSystemWatcher.Linux.cs (1)
1058
_inotify
= inotify;
7 references to _inotify
System.IO.FileSystem.Watcher (7)
System\IO\FileSystemWatcher.Linux.cs (7)
1043
Debug.Assert(
_inotify
is null);
1063
_inotify
.AddWatcher(this);
1077
=>
_inotify
.AddOrUpdateWatchedDirectory(this, parent: null, BasePath, WatchFilters, ignoreMissing: false);
1099
Debug.Assert(
_inotify
is not null);
1100
_inotify
.RemoveWatchedDirectory(root);
1178
Debug.Assert(
_inotify
is not null);
1217
=>
_inotify
.AddOrUpdateWatchedDirectory(this, parent, path, WatchFilters, ignoreMissing: true);