7 references to _cts
Microsoft.Extensions.FileProviders.Physical (7)
PhysicalFilesWatcher.cs (7)
765
Token =
_cts
.Token;
789
_cts
.Cancel();
886
if (
_cts
.IsCancellationRequested)
895
if (sender != _watcher ||
_cts
.IsCancellationRequested)
943
if (sender != _watcher ||
_cts
.IsCancellationRequested)
961
_cts
.Cancel();
989
_cts
.Dispose();