9 references to _filePathTokenLookup
Microsoft.Extensions.FileProviders.Physical (9)
PhysicalFilesWatcher.cs (9)
209
if (!
_filePathTokenLookup
.TryGetValue(filePath, out ChangeTokenInfo tokenInfo))
214
tokenInfo =
_filePathTokenLookup
.GetOrAdd(filePath, newTokenInfo);
418
CancelAll(
_filePathTokenLookup
, FilePathRequiresSubdirectories);
527
if (
_filePathTokenLookup
.TryRemove(path, out ChangeTokenInfo matchInfo))
570
if ((!
_filePathTokenLookup
.IsEmpty || !_wildcardTokenLookup.IsEmpty) && Directory.Exists(_root))
581
if (
_filePathTokenLookup
.IsEmpty && _wildcardTokenLookup.IsEmpty)
605
if (
_filePathTokenLookup
.IsEmpty &&
626
_filePathTokenLookup
.IsEmpty &&
654
if (!
_filePathTokenLookup
.IsEmpty || !_wildcardTokenLookup.IsEmpty)