7 references to _cts
Microsoft.Extensions.FileProviders.Physical (7)
PhysicalFilesWatcher.cs (7)
917
Token =
_cts
.Token;
941
_cts
.Cancel();
1038
if (
_cts
.IsCancellationRequested)
1047
if (sender != _watcher ||
_cts
.IsCancellationRequested)
1095
if (sender != _watcher ||
_cts
.IsCancellationRequested)
1113
_cts
.Cancel();
1141
_cts
.Dispose();