1 write to _cancellationToken
System.IO.FileSystem.Watcher (1)
System\IO\FileSystemWatcher.Linux.cs (1)
304_cancellationToken = cancellationToken;
2 references to _cancellationToken
System.IO.FileSystem.Watcher (2)
System\IO\FileSystemWatcher.Linux.cs (2)
767var ctr = _cancellationToken.UnsafeRegister(obj => ((RunningInstance)obj!).CancellationCallback(), this); 777while (!_cancellationToken.IsCancellationRequested && TryReadEvent(out nextEvent))