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