5 implementations of SchemaType
System.Xml (5)
System\Xml\Core\XmlAsyncCheckReader.cs (1)
902XmlSchemaType IXmlSchemaInfo.SchemaType {
System\Xml\Core\XsdValidatingReader.cs (1)
1428XmlSchemaType IXmlSchemaInfo.SchemaType {
System\Xml\Dom\XmlName.cs (1)
121public virtual XmlSchemaType SchemaType {
System\Xml\Schema\XmlSchemaInfo.cs (1)
68public XmlSchemaType SchemaType {
System\Xml\XPath\XPathNavigatorReader.cs (1)
986public virtual XmlSchemaType SchemaType { get { return IsReading ? this.schemaInfo.SchemaType : null; } }
28 references to SchemaType
System.Xml (28)
System\Xml\Core\XmlAsyncCheckReader.cs (1)
904return readerAsIXmlSchemaInfo.SchemaType;
System\Xml\Dom\DocumentSchemaValidator.cs (4)
113Debug.Assert(schemaElement.ElementSchemaType == schemaInfo.SchemaType); 116partialValidationType = schemaInfo.SchemaType; 452if (parentSchemaInfo.SchemaElement != null || parentSchemaInfo.SchemaType != null) { 472ancestorSchemaObject = parentSchemaInfo.SchemaType;
System\Xml\Dom\XmlName.cs (2)
178schemaType = schemaInfo.SchemaType; 246&& (object)schemaInfo.SchemaType == (object)schemaType
System\Xml\XPath\XPathNavigator.cs (20)
58return schemaInfo.SchemaType; 78schemaType = schemaInfo.SchemaType; 88schemaType = schemaInfo.SchemaType; 115XmlSchemaType schemaType = schemaInfo.SchemaType; 139schemaType = schemaInfo.SchemaType; 149schemaType = schemaInfo.SchemaType; 171schemaType = schemaInfo.SchemaType; 178schemaType = schemaInfo.SchemaType; 200schemaType = schemaInfo.SchemaType; 207schemaType = schemaInfo.SchemaType; 229schemaType = schemaInfo.SchemaType; 236schemaType = schemaInfo.SchemaType; 258schemaType = schemaInfo.SchemaType; 265schemaType = schemaInfo.SchemaType; 287schemaType = schemaInfo.SchemaType; 294schemaType = schemaInfo.SchemaType; 318schemaType = schemaInfo.SchemaType; 325schemaType = schemaInfo.SchemaType; 890schemaType = schemaInfo.SchemaType; 904schemaType = schemaInfo.SchemaType;
System\Xml\XPath\XPathNavigatorReader.cs (1)
986public virtual XmlSchemaType SchemaType { get { return IsReading ? this.schemaInfo.SchemaType : null; } }