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)
685schemaInfo.SchemaAttribute = localAttribute; 1075attSchemaInfo.SchemaAttribute = attdef.SchemaAttribute;
System.Private.Xml.Linq (1)
System\Xml\Schema\XNodeValidator.cs (1)
94si.SchemaAttribute = sa;
6 references to SchemaAttribute
System.Private.Xml (3)
System\Xml\Core\XsdValidatingReader.cs (2)
1873return AttributeSchemaInfo.SchemaAttribute; 2374XmlSchemaAttribute schemaAttr = _attributePSVI.attributeSchemaInfo.SchemaAttribute!;
System\Xml\Core\XsdValidatingReaderAsync.cs (1)
700XmlSchemaAttribute schemaAttr = _attributePSVI.attributeSchemaInfo.SchemaAttribute!;
System.Private.Xml.Linq (3)
System\Xml\Schema\XNodeValidator.cs (3)
386(object?)si1.SchemaAttribute == (object?)si2.SchemaAttribute && 409XmlSchemaAttribute? schemaAttribute = si.SchemaAttribute;