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)
139
if (!cachedPackageAvailable || (cachedPackageAvailable &&
_respectCachePolicy
))
593
return ((_cacheEntry != null) && (!
_respectCachePolicy
));