2 writes to s_internalSyncObject
System.Net.Requests (2)
System\Net\WebRequest.cs (2)
350return LazyInitializer.EnsureInitialized(ref s_prefixList, ref s_internalSyncObject, () => 552get => LazyInitializer.EnsureInitialized<IWebProxy>(ref s_DefaultWebProxy, ref s_DefaultWebProxyInitialized, ref s_internalSyncObject, GetSystemWebProxy);
2 references to s_internalSyncObject
System.Net.Requests (2)
System\Net\WebRequest.cs (2)
244lock (s_internalSyncObject) 555lock (s_internalSyncObject)