3 references to _wdToWatch
System.IO.FileSystem.Watcher (3)
System\IO\FileSystemWatcher.Linux.cs (3)
290
Watch watch =
_wdToWatch
.AddOrUpdate(wd, (int watchDescriptor) => new Watch(watchDescriptor), (int watchDescriptor, Watch current) => current);
402
if (
_wdToWatch
.TryRemove(watch.WatchDescriptor, out _))
558
_wdToWatch
.TryGetValue(nextEvent.wd, out Watch? watch);