6 references to _filePathTokenLookup
Microsoft.Extensions.FileProviders.Physical (6)
PhysicalFilesWatcher.cs (6)
168if (!_filePathTokenLookup.TryGetValue(filePath, out ChangeTokenInfo tokenInfo)) 173tokenInfo = _filePathTokenLookup.GetOrAdd(filePath, tokenInfo); 319foreach (string path in _filePathTokenLookup.Keys) 370if (_filePathTokenLookup.TryRemove(path, out ChangeTokenInfo matchInfo)) 404if (_filePathTokenLookup.IsEmpty && 426if ((!_filePathTokenLookup.IsEmpty || !_wildcardTokenLookup.IsEmpty) &&