Implemented interface member:
property
SchemaAttribute
System.Xml.Schema.IXmlSchemaInfo.SchemaAttribute
4 writes to SchemaAttribute
System.Private.Xml (3)
System\Xml\Dom\DocumentSchemaValidator.cs (1)
440
_attributeSchemaInfo.
SchemaAttribute
= schemaAttribute;
System\Xml\Schema\XmlSchemaValidator.cs (2)
685
schemaInfo.
SchemaAttribute
= localAttribute;
1075
attSchemaInfo.
SchemaAttribute
= attdef.SchemaAttribute;
System.Private.Xml.Linq (1)
System\Xml\Schema\XNodeValidator.cs (1)
94
si.
SchemaAttribute
= sa;
6 references to SchemaAttribute
System.Private.Xml (3)
System\Xml\Core\XsdValidatingReader.cs (2)
1873
return AttributeSchemaInfo.
SchemaAttribute
;
2374
XmlSchemaAttribute schemaAttr = _attributePSVI.attributeSchemaInfo.
SchemaAttribute
!;
System\Xml\Core\XsdValidatingReaderAsync.cs (1)
700
XmlSchemaAttribute schemaAttr = _attributePSVI.attributeSchemaInfo.
SchemaAttribute
!;
System.Private.Xml.Linq (3)
System\Xml\Schema\XNodeValidator.cs (3)
386
(object?)si1.
SchemaAttribute
== (object?)si2.
SchemaAttribute
&&
409
XmlSchemaAttribute? schemaAttribute = si.
SchemaAttribute
;