1 write to _cacheEntry
PresentationCore (1)
Core\CSharp\System\IO\Packaging\PackWebRequest.cs (1)
90_cacheEntry = cacheEntry;
4 references to _cacheEntry
PresentationCore (4)
Core\CSharp\System\IO\Packaging\PackWebRequest.cs (4)
182return new PackWebResponse(_uri, _innerUri, _partName, _cacheEntry, _cachedPackageIsThreadSafe); 562_webRequest = new PseudoWebRequest(_uri, _innerUri, _partName, _cacheEntry); 581return (_cacheEntry != null); 593return ((_cacheEntry != null) && (!_respectCachePolicy));