8 references to _wdToPathMap
System.IO.FileSystem.Watcher (8)
System\IO\FileSystemWatcher.Linux.cs (8)
326private object SyncObj { get { return _wdToPathMap; } } 343if (_wdToPathMap.Count > 0) 413if (_wdToPathMap.TryGetValue(wd, out directoryEntry)) 450_wdToPathMap.Add(wd, directoryEntry); 521_wdToPathMap.Remove(directoryEntry.WatchDescriptor); 544foreach (int wd in this._wdToPathMap.Keys) 550_wdToPathMap.Clear(); 596if (!_wdToPathMap.TryGetValue(nextEvent.wd, out associatedDirectoryEntry))