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