9 references to _filePathTokenLookup
Microsoft.Extensions.FileProviders.Physical (9)
PhysicalFilesWatcher.cs (9)
188if (!_filePathTokenLookup.TryGetValue(filePath, out ChangeTokenInfo tokenInfo)) 193tokenInfo = _filePathTokenLookup.GetOrAdd(filePath, tokenInfo); 350CancelAll(_filePathTokenLookup); 419if (_filePathTokenLookup.TryRemove(path, out ChangeTokenInfo matchInfo)) 452if ((!_filePathTokenLookup.IsEmpty || !_wildcardTokenLookup.IsEmpty) && Directory.Exists(_root)) 463if (_filePathTokenLookup.IsEmpty && _wildcardTokenLookup.IsEmpty) 487if (_filePathTokenLookup.IsEmpty && 500_filePathTokenLookup.IsEmpty && 528if (!_filePathTokenLookup.IsEmpty || !_wildcardTokenLookup.IsEmpty)