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