2 writes to s_DefaultWebProxyInitialized
System.Net.Requests (2)
System\Net\WebRequest.cs (2)
552
get => LazyInitializer.EnsureInitialized<IWebProxy>(ref s_DefaultWebProxy, ref
s_DefaultWebProxyInitialized
, ref s_internalSyncObject, GetSystemWebProxy);
558
s_DefaultWebProxyInitialized
= true;