2 writes to _webRequest
PresentationCore (2)
MS\Internal\IO\Packaging\ByteRangeDownloader.cs (2)
204_webRequest = CreateHttpWebRequest(byteRanges); 674_webRequest = CreateHttpWebRequest(_byteRangesInProgress);
3 references to _webRequest
PresentationCore (3)
MS\Internal\IO\Packaging\ByteRangeDownloader.cs (3)
206_webRequest.BeginGetResponse(ResponseCallback, this); 506webResponse = (HttpWebResponse)WpfWebRequestHelper.EndGetResponse(_webRequest, ar); 675_webRequest.BeginGetResponse(ResponseCallback, this);