2 writes to s_internalSyncObject
System.Net.Requests (2)
System\Net\WebRequest.cs (2)
350
return LazyInitializer.EnsureInitialized(ref s_prefixList, ref
s_internalSyncObject
, () =>
552
get => 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)
244
lock (
s_internalSyncObject
)
555
lock (
s_internalSyncObject
)