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