3 writes to _cachePolicy
PresentationCore (3)
Core\CSharp\System\IO\Packaging\PackWebRequest.cs (3)
93
_cachePolicy
= _defaultCachePolicy; // always use default and then let them change it
225
_cachePolicy
= _defaultCachePolicy;
237
_cachePolicy
= value;
2 references to _cachePolicy
PresentationCore (2)
Core\CSharp\System\IO\Packaging\PackWebRequest.cs (2)
142
RequestCacheLevel policy =
_cachePolicy
.Level;
220
return
_cachePolicy
;