1 instantiation of DownloadBitsState
System (1)
net\System\Net\webclient.cs (1)
1284DownloadBitsState state = new DownloadBitsState(request, writeStream, completionDelegate, asyncOp, m_Progress, this);
6 references to DownloadBitsState
System (6)
net\System\Net\webclient.cs (6)
1207DownloadBitsState state = (DownloadBitsState) result.AsyncState; 1237DownloadBitsState state = (DownloadBitsState) result.AsyncState; 1241static private void DownloadBitsReadCallbackState(DownloadBitsState state, IAsyncResult result) { 1284DownloadBitsState state = new DownloadBitsState(request, writeStream, completionDelegate, asyncOp, m_Progress, this);