2 writes to s_PrefixList
System (2)
net\System\Net\WebRequest.cs (2)
526
s_PrefixList
= WebRequestModulesSectionInternal.GetSection().WebRequestModules;
534
s_PrefixList
= value;
3 references to s_PrefixList
System (3)
net\System\Net\WebRequest.cs (3)
521
if (
s_PrefixList
== null) {
524
if (
s_PrefixList
== null) {
531
return
s_PrefixList
;