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