6 references to _watchers
System.IO.FileSystem.Watcher (6)
System\IO\FileSystemWatcher.Linux.cs (6)
178
_watchers
.Add(watcher);
421
_watchers
.Remove(dir.Watcher);
424
_allWatchersStopped =
_watchers
.Count == 0;
480
if (
_watchers
.Count == 0)
505
foreach (var watcher in
_watchers
)
542
foreach (var watcher in
_watchers
)