4 references to type
System.Xml (4)
System\Xml\Serialization\Configuration\SchemaImporterExtensionElement.cs (4)
22this.properties.Add(this.type); 28this[this.type] = new TypeAndName(type); 56get { return ((TypeAndName) this[this.type]).type; } 57set { this[this.type] = new TypeAndName(value); }