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