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