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)
753
var ctr =
_cancellationToken
.UnsafeRegister(obj => ((RunningInstance)obj!).CancellationCallback(), this);
763
while (!
_cancellationToken
.IsCancellationRequested && TryReadEvent(out nextEvent))