2 writes to _requestedUri
PresentationCore (2)
MS\Internal\IO\Packaging\ByteRangeDownloader.cs (2)
113
_requestedUri
= null;
414
_requestedUri
= requestedUri;
2 references to _requestedUri
PresentationCore (2)
MS\Internal\IO\Packaging\ByteRangeDownloader.cs (2)
439
request = (HttpWebRequest)WpfWebRequestHelper.CreateRequest(
_requestedUri
);
458
if (MS.Internal.AppModel.DefaultCredentialsZonePolicy.ShouldSendDefaultCredentials(
_requestedUri
))