3 instantiations of TypeAndName
System.Xml (3)
System\Xml\Serialization\Configuration\SchemaImporterExtensionElement.cs (3)
28this[this.type] = new TypeAndName(type); 57set { this[this.type] = new TypeAndName(value); } 112return new TypeAndName((string) value);
4 references to TypeAndName
System.Xml (4)
System\Xml\Serialization\Configuration\SchemaImporterExtensionElement.cs (4)
56get { return ((TypeAndName) this[this.type]).type; } 95return type.Equals(((TypeAndName) comparand).type); 120TypeAndName castedValue = (TypeAndName) value;