1 write to _respectCachePolicy
PresentationCore (1)
Core\CSharp\System\IO\Packaging\PackWebRequest.cs (1)
91_respectCachePolicy = respectCachePolicy;
2 references to _respectCachePolicy
PresentationCore (2)
Core\CSharp\System\IO\Packaging\PackWebRequest.cs (2)
139if (!cachedPackageAvailable || (cachedPackageAvailable && _respectCachePolicy)) 593return ((_cacheEntry != null) && (!_respectCachePolicy));