1 write to Token
Microsoft.Extensions.FileProviders.Physical (1)
PhysicalFilesWatcher.cs (1)
838
Token
= _cts.Token;
3 references to Token
Microsoft.Extensions.FileProviders.Physical (3)
PhysicalFilesWatcher.cs (3)
679
if (_rootCreationWatcher is { } existing && !existing.
Token
.IsCancellationRequested)
692
if (newWatcher.
Token
.IsCancellationRequested)
707
newWatcher.
Token
.Register(_ => TryEnableFileSystemWatcher(), null);