1 write to _innerUri
PresentationCore (1)
Core\CSharp\System\IO\Packaging\PackWebRequest.cs (1)
88
_innerUri
= packageUri;
4 references to _innerUri
PresentationCore (4)
Core\CSharp\System\IO\Packaging\PackWebRequest.cs (4)
182
return new PackWebResponse(_uri,
_innerUri
, _partName, _cacheEntry, _cachedPackageIsThreadSafe);
199
return new PackWebResponse(_uri,
_innerUri
, _partName, request);
530
_webRequest = WpfWebRequestHelper.CreateRequest(
_innerUri
);
562
_webRequest = new PseudoWebRequest(_uri,
_innerUri
, _partName, _cacheEntry);