1 type derived from WebClient
Microsoft.VisualBasic.Forms (1)
2 instantiations of WebClient
Roslyn.Test.Performance.Utilities (1)
System.Configuration.ConfigurationManager (1)
12 references to WebClient
Microsoft.VisualBasic.Forms (3)
netstandard (1)
Roslyn.Test.Performance.Utilities (1)
System (1)
System.Configuration.ConfigurationManager (1)
System.Net (1)
System.Net.WebClient (4)
System\Net\WebClient.cs (4)
60if (GetType() == typeof(WebClient))
1790private void HandleCompletion<TAsyncCompletedEventArgs, TCompletionDelegate, T>(TaskCompletionSource<T> tcs, TAsyncCompletedEventArgs e, Func<TAsyncCompletedEventArgs, T> getResult, TCompletionDelegate handler, Action<WebClient, TCompletionDelegate> unregisterHandler)
1850private readonly WebClient _webClient;
1852public WebClientWriteStream(Stream stream, WebRequest request, WebClient webClient) : base(stream)