3 references to address
System (3)
net\System\Net\Configuration\BypassElement.cs (3)
18this.properties.Add(this.address); 37get { return (string)this[this.address]; } 38set { this[this.address] = value; }