5 implementations of SchemaAttribute
System.Private.Xml (5)
System\Xml\Core\XmlAsyncCheckReader.cs (1)
1067
XmlSchemaAttribute? IXmlSchemaInfo.
SchemaAttribute
System\Xml\Core\XsdValidatingReader.cs (1)
1865
XmlSchemaAttribute? IXmlSchemaInfo.
SchemaAttribute
System\Xml\Dom\XmlName.cs (1)
163
public virtual XmlSchemaAttribute?
SchemaAttribute
System\Xml\Schema\XmlSchemaInfo.cs (1)
114
public XmlSchemaAttribute?
SchemaAttribute
System\Xml\XPath\XPathNavigatorReader.cs (1)
1136
public XmlSchemaAttribute?
SchemaAttribute
{ get { return IsReading ? this.schemaInfo!.SchemaAttribute : null; } }
6 references to SchemaAttribute
System.Private.Xml (6)
System\Xml\Core\XmlAsyncCheckReader.cs (1)
1071
return _readerAsIXmlSchemaInfo.
SchemaAttribute
;
System\Xml\Dom\DocumentSchemaValidator.cs (1)
142
partialValidationType = nodeToValidate.SchemaInfo.
SchemaAttribute
;
System\Xml\Dom\XmlName.cs (2)
211
: (object?)schemaInfo.
SchemaAttribute
;
296
&& (object?)schemaInfo.
SchemaAttribute
== (object?)(_decl as XmlSchemaAttribute))
System\Xml\XPath\XPathNavigator.cs (1)
1027
schemaAttribute = schemaInfo.
SchemaAttribute
;
System\Xml\XPath\XPathNavigatorReader.cs (1)
1136
public XmlSchemaAttribute? SchemaAttribute { get { return IsReading ? this.schemaInfo!.
SchemaAttribute
: null; } }