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