2 writes to _webRequest
PresentationCore (2)
MS\Internal\IO\Packaging\ByteRangeDownloader.cs (2)
209_webRequest = CreateHttpWebRequest(byteRanges); 679_webRequest = CreateHttpWebRequest(_byteRangesInProgress);
3 references to _webRequest
PresentationCore (3)
MS\Internal\IO\Packaging\ByteRangeDownloader.cs (3)
211_webRequest.BeginGetResponse(ResponseCallback, this); 511webResponse = (HttpWebResponse)WpfWebRequestHelper.EndGetResponse(_webRequest, ar); 680_webRequest.BeginGetResponse(ResponseCallback, this);