3 references to bypassonlocal
System (3)
net\System\Net\Configuration\ProxyElement.cs (3)
43
this.properties.Add(this.
bypassonlocal
);
73
get { return (BypassOnLocalValues) this[this.
bypassonlocal
]; }
74
set { this[this.
bypassonlocal
] = value; }