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