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