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); 523_webRequest = new PseudoWebRequest(_uri, _innerUri, _partName, _cacheEntry); 542return (_cacheEntry != null); 554return ((_cacheEntry != null) && (!_respectCachePolicy));