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