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)
725schemaInfo.SchemaAttribute = localAttribute; 1105attSchemaInfo.SchemaAttribute = attdef.SchemaAttribute;
3 references to SchemaAttribute
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\Core\XsdValidatingReader.cs (2)
1786return AttributeSchemaInfo.SchemaAttribute; 2258XmlSchemaAttribute schemaAttr = _attributePSVI.attributeSchemaInfo.SchemaAttribute;
FrameworkFork\Microsoft.Xml\Xml\Core\XsdValidatingReaderAsync.cs (1)
674XmlSchemaAttribute schemaAttr = _attributePSVI.attributeSchemaInfo.SchemaAttribute;