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