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