1 write to _isThreadStopping
System.IO.FileSystem.Watcher (1)
System\IO\FileSystemWatcher.Linux.cs (1)
211_isThreadStopping = true;
4 references to _isThreadStopping
System.IO.FileSystem.Watcher (4)
System\IO\FileSystemWatcher.Linux.cs (4)
173private bool IsStopped => _isThreadStopping || _allWatchersStopped; 207Debug.Assert(!_isThreadStopping); 235if (_isThreadStopping // inotify thread stopping 367if (_isThreadStopping)