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)
1043Debug.Assert(_inotify is null); 1063_inotify.AddWatcher(this); 1077=> _inotify.AddOrUpdateWatchedDirectory(this, parent: null, BasePath, WatchFilters, ignoreMissing: false); 1099Debug.Assert(_inotify is not null); 1100_inotify.RemoveWatchedDirectory(root); 1178Debug.Assert(_inotify is not null); 1217=> _inotify.AddOrUpdateWatchedDirectory(this, parent, path, WatchFilters, ignoreMissing: true);