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