2 writes to _webRequest
PresentationCore (2)
Core\CSharp\MS\Internal\IO\Packaging\ByteRangeDownloader.cs (2)
248_webRequest = CreateHttpWebRequest(byteRanges); 776_webRequest = CreateHttpWebRequest(_byteRangesInProgress);
3 references to _webRequest
PresentationCore (3)
Core\CSharp\MS\Internal\IO\Packaging\ByteRangeDownloader.cs (3)
250_webRequest.BeginGetResponse(ResponseCallback, this); 600webResponse = (HttpWebResponse)WpfWebRequestHelper.EndGetResponse(_webRequest, ar); 777_webRequest.BeginGetResponse(ResponseCallback, this);