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