5 implementations of SchemaAttribute
System.Xml (5)
System\Xml\Core\XmlAsyncCheckReader.cs (1)
914XmlSchemaAttribute IXmlSchemaInfo.SchemaAttribute {
System\Xml\Core\XsdValidatingReader.cs (1)
1455XmlSchemaAttribute IXmlSchemaInfo.SchemaAttribute {
System\Xml\Dom\XmlName.cs (1)
133public virtual XmlSchemaAttribute SchemaAttribute {
System\Xml\Schema\XmlSchemaInfo.cs (1)
95public XmlSchemaAttribute SchemaAttribute {
System\Xml\XPath\XPathNavigatorReader.cs (1)
988public virtual XmlSchemaAttribute SchemaAttribute { get { return IsReading ? this.schemaInfo.SchemaAttribute : null; } }
6 references to SchemaAttribute
System.Xml (6)
System\Xml\Core\XmlAsyncCheckReader.cs (1)
916return readerAsIXmlSchemaInfo.SchemaAttribute;
System\Xml\Dom\DocumentSchemaValidator.cs (1)
135partialValidationType = nodeToValidate.SchemaInfo.SchemaAttribute;
System\Xml\Dom\XmlName.cs (2)
181: (object)schemaInfo.SchemaAttribute; 248&& (object)schemaInfo.SchemaAttribute == (object)(decl as XmlSchemaAttribute)) {
System\Xml\XPath\XPathNavigator.cs (1)
905schemaAttribute = schemaInfo.SchemaAttribute;
System\Xml\XPath\XPathNavigatorReader.cs (1)
988public virtual XmlSchemaAttribute SchemaAttribute { get { return IsReading ? this.schemaInfo.SchemaAttribute : null; } }