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)
1034Debug.Assert(_inotify is null); 1054_inotify.AddWatcher(this); 1068=> _inotify.AddOrUpdateWatchedDirectory(this, parent: null, BasePath, WatchFilters, ignoreMissing: false); 1090Debug.Assert(_inotify is not null); 1091_inotify.RemoveWatchedDirectory(root); 1169Debug.Assert(_inotify is not null); 1208=> _inotify.AddOrUpdateWatchedDirectory(this, parent, path, WatchFilters, ignoreMissing: true);