Implemented interface member:
property
SchemaAttribute
System.Xml.Schema.IXmlSchemaInfo.SchemaAttribute
4 writes to SchemaAttribute
System.Xml (3)
System\Xml\Dom\DocumentSchemaValidator.cs (1)
404attributeSchemaInfo.SchemaAttribute = schemaAttribute;
System\Xml\Schema\XmlSchemaValidator.cs (2)
627schemaInfo.SchemaAttribute = localAttribute; 933attSchemaInfo.SchemaAttribute = attdef.SchemaAttribute;
System.Xml.Linq (1)
System\Xml\Linq\XNodeValidator.cs (1)
82si.SchemaAttribute = sa;
6 references to SchemaAttribute
System.Xml (3)
System\Xml\Core\XsdValidatingReader.cs (2)
1459return AttributeSchemaInfo.SchemaAttribute; 1856XmlSchemaAttribute schemaAttr = attributePSVI.attributeSchemaInfo.SchemaAttribute;
System\Xml\Core\XsdValidatingReaderAsync.cs (1)
568XmlSchemaAttribute schemaAttr = attributePSVI.attributeSchemaInfo.SchemaAttribute;
System.Xml.Linq (3)
System\Xml\Linq\XNodeValidator.cs (3)
320(object)si1.SchemaAttribute == (object)si2.SchemaAttribute && 339XmlSchemaAttribute schemaAttribute = si.SchemaAttribute;