3 writes to xsdType
System.Xml (3)
System\Xml\Serialization\Mappings.cs (3)
1137xsdType = (XmlSchemaType)typeInfo; 1176xsdType = (XmlSchemaType)s.SchemaTypes[xsiType]; 1180xsdType = xsdType.Redefined != null ? xsdType.Redefined : xsdType;
6 references to xsdType
System.Xml (6)
System\Xml\Serialization\Mappings.cs (6)
1064return xsdType; 1139xsiType = xsdType.QualifiedName; 1177if (xsdType == null) { 1180xsdType = xsdType.Redefined != null ? xsdType.Redefined : xsdType;