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