5 implementations of SchemaAttribute
System.Xml (5)
System\Xml\Core\XmlAsyncCheckReader.cs (1)
914
XmlSchemaAttribute IXmlSchemaInfo.
SchemaAttribute
{
System\Xml\Core\XsdValidatingReader.cs (1)
1455
XmlSchemaAttribute IXmlSchemaInfo.
SchemaAttribute
{
System\Xml\Dom\XmlName.cs (1)
133
public virtual XmlSchemaAttribute
SchemaAttribute
{
System\Xml\Schema\XmlSchemaInfo.cs (1)
95
public XmlSchemaAttribute
SchemaAttribute
{
System\Xml\XPath\XPathNavigatorReader.cs (1)
988
public virtual XmlSchemaAttribute
SchemaAttribute
{ get { return IsReading ? this.schemaInfo.SchemaAttribute : null; } }
6 references to SchemaAttribute
System.Xml (6)
System\Xml\Core\XmlAsyncCheckReader.cs (1)
916
return readerAsIXmlSchemaInfo.
SchemaAttribute
;
System\Xml\Dom\DocumentSchemaValidator.cs (1)
135
partialValidationType = 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)
905
schemaAttribute = schemaInfo.
SchemaAttribute
;
System\Xml\XPath\XPathNavigatorReader.cs (1)
988
public virtual XmlSchemaAttribute SchemaAttribute { get { return IsReading ? this.schemaInfo.
SchemaAttribute
: null; } }