4 references to type
System (4)
net\System\Net\Configuration\WebRequestModuleElement.cs (4)
21this.properties.Add(this.type); 27this[this.type] = new TypeAndName(type); 57TypeAndName typeName = (TypeAndName)this[this.type]; 67set { this[this.type] = new TypeAndName(value); }