1 write to _allWatchersStopped
System.IO.FileSystem.Watcher (1)
System\IO\FileSystemWatcher.Linux.cs (1)
424_allWatchersStopped = _watchers.Count == 0;
3 references to _allWatchersStopped
System.IO.FileSystem.Watcher (3)
System\IO\FileSystemWatcher.Linux.cs (3)
173private bool IsStopped => _isThreadStopping || _allWatchersStopped; 376if (_allWatchersStopped) 721if (_allWatchersStopped)