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)
439request = (HttpWebRequest)WpfWebRequestHelper.CreateRequest(_requestedUri); 458if (MS.Internal.AppModel.DefaultCredentialsZonePolicy.ShouldSendDefaultCredentials(_requestedUri))