2 overrides of XmlType
System.Private.Xml (2)
System\Xml\Schema\XmlAtomicValue.cs (1)
206public override XmlSchemaType XmlType
System\Xml\XPath\XPathNavigator.cs (1)
44public override XmlSchemaType? XmlType
2 references to XmlType
System.Private.Xml (2)
System\Xml\Xsl\Runtime\XmlQueryRuntime.cs (2)
751return !item.IsNode && item.XmlType!.TypeCode == code; 816return XmlQueryTypeFactory.Type((XmlSchemaSimpleType)item.XmlType!, true);