6 references to _filePathTokenLookup
Microsoft.Extensions.FileProviders.Physical (6)
PhysicalFilesWatcher.cs (6)
176if (!_filePathTokenLookup.TryGetValue(filePath, out ChangeTokenInfo tokenInfo)) 181tokenInfo = _filePathTokenLookup.GetOrAdd(filePath, tokenInfo); 327foreach (string path in _filePathTokenLookup.Keys) 378if (_filePathTokenLookup.TryRemove(path, out ChangeTokenInfo matchInfo)) 412if (_filePathTokenLookup.IsEmpty && 434if ((!_filePathTokenLookup.IsEmpty || !_wildcardTokenLookup.IsEmpty) &&