3 references to XsdType
System.Private.Xml (3)
System\Xml\Serialization\XmlReflectionImporter.cs (1)
552
XmlSchemaType? xsdType = serializableMapping.
XsdType
;
System\Xml\Serialization\XmlSchemaExporter.cs (2)
470
else if (serializableMapping.XsiType != null || serializableMapping.
XsdType
!= null)
472
XmlSchemaType? type = serializableMapping.
XsdType
;