8 references to _wdToPathMap
System.IO.FileSystem.Watcher (8)
System\IO\FileSystemWatcher.Linux.cs (8)
312private object SyncObj { get { return _wdToPathMap; } } 329if (_wdToPathMap.Count > 0) 399if (_wdToPathMap.TryGetValue(wd, out directoryEntry)) 436_wdToPathMap.Add(wd, directoryEntry); 507_wdToPathMap.Remove(directoryEntry.WatchDescriptor); 530foreach (int wd in this._wdToPathMap.Keys) 536_wdToPathMap.Clear(); 582if (!_wdToPathMap.TryGetValue(nextEvent.wd, out associatedDirectoryEntry))