3 references to XsdType
System.Xml (3)
System\Xml\Serialization\XmlReflectionImporter.cs (1)
480
XmlSchemaType xsdType = serializableMapping.
XsdType
;
System\Xml\Serialization\XmlSchemaExporter.cs (2)
441
else if (serializableMapping.XsiType != null || serializableMapping.
XsdType
!= null) {
442
XmlSchemaType type = serializableMapping.
XsdType
;