4 references to type
System (4)
net\System\Net\Configuration\AuthenticationModuleElement.cs (4)
18
this.properties.Add(this.
type
);
23
if (typeName != (string)this.
type
.DefaultValue)
40
get { return (string)this[this.
type
]; }
41
set { this[this.
type
] = value; }