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