1 write to wd
System.IO.FileSystem.Watcher (1)
System\IO\FileSystemWatcher.Linux.cs (1)
894
readEvent.
wd
= BitConverter.ToInt32(_buffer, _bufferPos);
2 references to wd
System.IO.FileSystem.Watcher (2)
System\IO\FileSystemWatcher.Linux.cs (2)
559
_wdToWatch.TryGetValue(nextEvent.
wd
, out Watch? watch);
665
int ignoredFd = (mask & Interop.Sys.NotifyEvents.IN_IGNORED) != 0 ? nextEvent.
wd
: -1;