6 writes to _BypassList
System (6)
net\System\Net\webproxy.cs (6)
87
_BypassList
= new ArrayList(BypassList);
207
_BypassList
= new ArrayList();
214
_BypassList
= new ArrayList(value);
252
_BypassList
= new ArrayList();
445
_BypassList
= (ArrayList)serializationInfo.GetValue("_BypassList", typeof(ArrayList));
535
_BypassList
= webProxyData.bypassList;
7 references to _BypassList
System (7)
net\System\Net\webproxy.cs (7)
206
if (
_BypassList
== null) {
209
return (string[])
_BypassList
.ToArray(typeof(string));
251
if (
_BypassList
== null ) {
254
return
_BypassList
;
307
ArrayList bypassList =
_BypassList
;
336
for (int i = 0; i <
_BypassList
.Count; i++ ) {
475
serializationInfo.AddValue("_BypassList",
_BypassList
);