3 references to type
System (3)
net\System\Net\Configuration\ModuleElement.cs (3)
18this.properties.Add(this.type); 32get { return (string)this[this.type]; } 33set { this[this.type] = value; }