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