2 writes to _cancellation
System.IO.FileSystem.Watcher (2)
System\IO\FileSystemWatcher.Linux.cs (2)
71
_cancellation
= cancellation;
101
_cancellation
= null;
2 references to _cancellation
System.IO.FileSystem.Watcher (2)
System\IO\FileSystemWatcher.Linux.cs (2)
30
if (
_cancellation
!= null)
98
var cts =
_cancellation
;