1 write to wd
System.IO.FileSystem.Watcher (1)
System\IO\FileSystemWatcher.Linux.cs (1)
885
readEvent.
wd
= BitConverter.ToInt32(_buffer, _bufferPos);
2 references to wd
System.IO.FileSystem.Watcher (2)
System\IO\FileSystemWatcher.Linux.cs (2)
558
_wdToWatch.TryGetValue(nextEvent.
wd
, out Watch? watch);
662
RemoveWatchedDirectory(dir, ignoredFd: nextEvent.
wd
);