9 references to _filePathTokenLookup
Microsoft.Extensions.FileProviders.Physical (9)
PhysicalFilesWatcher.cs (9)
201
if (!
_filePathTokenLookup
.TryGetValue(filePath, out ChangeTokenInfo tokenInfo))
206
tokenInfo =
_filePathTokenLookup
.GetOrAdd(filePath, newTokenInfo);
377
CancelAll(
_filePathTokenLookup
, FilePathRequiresSubdirectories);
451
if (
_filePathTokenLookup
.TryRemove(path, out ChangeTokenInfo matchInfo))
494
if ((!
_filePathTokenLookup
.IsEmpty || !_wildcardTokenLookup.IsEmpty) && Directory.Exists(_root))
505
if (
_filePathTokenLookup
.IsEmpty && _wildcardTokenLookup.IsEmpty)
529
if (
_filePathTokenLookup
.IsEmpty &&
550
_filePathTokenLookup
.IsEmpty &&
578
if (!
_filePathTokenLookup
.IsEmpty || !_wildcardTokenLookup.IsEmpty)