4 references to BypassList
System (4)
net\System\Net\Configuration\DefaultProxySection.cs (4)
156section.BypassList.Count == 0) 252int bypassListSize = section.BypassList.Count; 255string[] bypassList = new string[section.BypassList.Count]; 258bypassList[index] = section.BypassList[index].Address;