3 references to scriptLocation
System (3)
net\System\Net\Configuration\ProxyElement.cs (3)
42this.properties.Add(this.scriptLocation); 66get { return (Uri)this[this.scriptLocation]; } 67set { this[this.scriptLocation] = value; }