2 writes to type
System.Xml (2)
System\Xml\Serialization\Configuration\SchemaImporterExtensionElement.cs (2)
79
this.
type
= Type.GetType(name, true, true);
85
this.
type
= type;
5 references to type
System.Xml (5)
System\Xml\Serialization\Configuration\SchemaImporterExtensionElement.cs (5)
56
get { return ((TypeAndName) this[this.type]).
type
; }
90
return
type
.GetHashCode();
95
return
type
.Equals(((TypeAndName) comparand).
type
);
121
return castedValue.name == null ? castedValue.
type
.AssemblyQualifiedName : castedValue.name;