1 write to DownloadCompletionDelegate
System (1)
net\System\Net\webclient.cs (1)
1352DownloadCompletionDelegate = downloadCompletionDelegate;
2 references to DownloadCompletionDelegate
System (2)
net\System\Net\webclient.cs (2)
2137DownloadBits(state.Request, null, state.DownloadCompletionDelegate, state.AsyncOp); 2147state.DownloadCompletionDelegate(null, e, state.AsyncOp);