2 writes to _webRequest
PresentationCore (2)
MS\Internal\IO\Packaging\ByteRangeDownloader.cs (2)
203_webRequest = CreateHttpWebRequest(byteRanges); 670_webRequest = CreateHttpWebRequest(_byteRangesInProgress);
3 references to _webRequest
PresentationCore (3)
MS\Internal\IO\Packaging\ByteRangeDownloader.cs (3)
205_webRequest.BeginGetResponse(ResponseCallback, this); 505webResponse = (HttpWebResponse)WpfWebRequestHelper.EndGetResponse(_webRequest, ar); 671_webRequest.BeginGetResponse(ResponseCallback, this);