1 write to WatchDescriptor
System.IO.FileSystem.Watcher (1)
System\IO\FileSystemWatcher.Linux.cs (1)
1410WatchDescriptor = watchDescriptor;
3 references to WatchDescriptor
System.IO.FileSystem.Watcher (3)
System\IO\FileSystemWatcher.Linux.cs (3)
402if (_wdToWatch.TryRemove(watch.WatchDescriptor, out _)) 404if (watch.WatchDescriptor != ignoredFd) 406Interop.Sys.INotifyRemoveWatch(_inotifyHandle, watch.WatchDescriptor);