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