1 write to _cacheEntry
PresentationCore (1)
System\IO\Packaging\PackWebRequest.cs (1)
73_cacheEntry = cacheEntry;
4 references to _cacheEntry
PresentationCore (4)
System\IO\Packaging\PackWebRequest.cs (4)
157return new PackWebResponse(_uri, _innerUri, _partName, _cacheEntry, _cachedPackageIsThreadSafe); 520_webRequest = new PseudoWebRequest(_uri, _innerUri, _partName, _cacheEntry); 539return (_cacheEntry != null); 551return ((_cacheEntry != null) && (!_respectCachePolicy));