Implemented interface member:
property
SchemaAttribute
Microsoft.Xml.Schema.IXmlSchemaInfo.SchemaAttribute
3 writes to SchemaAttribute
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\Dom\DocumentSchemaValidator.cs (1)
466
_attributeSchemaInfo.
SchemaAttribute
= schemaAttribute;
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaValidator.cs (2)
725
schemaInfo.
SchemaAttribute
= localAttribute;
1105
attSchemaInfo.
SchemaAttribute
= attdef.SchemaAttribute;
3 references to SchemaAttribute
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\Core\XsdValidatingReader.cs (2)
1786
return AttributeSchemaInfo.
SchemaAttribute
;
2258
XmlSchemaAttribute schemaAttr = _attributePSVI.attributeSchemaInfo.
SchemaAttribute
;
FrameworkFork\Microsoft.Xml\Xml\Core\XsdValidatingReaderAsync.cs (1)
674
XmlSchemaAttribute schemaAttr = _attributePSVI.attributeSchemaInfo.
SchemaAttribute
;