6 references to _watchers
System.IO.FileSystem.Watcher (6)
System\IO\FileSystemWatcher.Linux.cs (6)
178
_watchers
.Add(watcher);
420
_watchers
.Remove(dir.Watcher);
423
_allWatchersStopped =
_watchers
.Count == 0;
479
if (
_watchers
.Count == 0)
504
foreach (var watcher in
_watchers
)
541
foreach (var watcher in
_watchers
)