2 writes to s_defaultProxy
System.Net.Http (2)
System\Net\Http\HttpClient.cs (2)
41
get => LazyInitializer.EnsureInitialized(ref
s_defaultProxy
, () => SystemProxyInfo.Proxy);
45
s_defaultProxy
= value;