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