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