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)
173
private bool IsStopped =>
_isThreadStopping
|| _allWatchersStopped;
207
Debug.Assert(!
_isThreadStopping
);
235
if (
_isThreadStopping
// inotify thread stopping
367
if (
_isThreadStopping
)