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