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