2 instantiations of WebClient
Microsoft.DotNet.SignCheck (1)
SignCheck.cs (1)
467using (var wc = new WebClient())
System.Configuration.ConfigurationManager (1)
System\Configuration\ClientConfigurationHost.cs (1)
287WebClient client = new WebClient();
9 references to WebClient
Microsoft.DotNet.SignCheck (1)
SignCheck.cs (1)
467using (var wc = new WebClient())
netstandard (1)
netstandard.cs (1)
1300[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.WebClient))]
System (1)
src\libraries\shims\System\ref\System.cs (1)
790[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.WebClient))]
System.Configuration.ConfigurationManager (1)
System\Configuration\ClientConfigurationHost.cs (1)
287WebClient client = new WebClient();
System.Net (1)
System.Net.cs (1)
50[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.WebClient))]
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)