1 write to _cacheEntry
PresentationCore (1)
System\IO\Packaging\PackWebRequest.cs (1)
74_cacheEntry = cacheEntry;
4 references to _cacheEntry
PresentationCore (4)
System\IO\Packaging\PackWebRequest.cs (4)
158return new PackWebResponse(_uri, _innerUri, _partName, _cacheEntry, _cachedPackageIsThreadSafe); 524_webRequest = new PseudoWebRequest(_uri, _innerUri, _partName, _cacheEntry); 543return (_cacheEntry != null); 555return ((_cacheEntry != null) && (!_respectCachePolicy));