1 implementation of LookupAttribute
System.Private.Xml (1)
System\Xml\Schema\SchemaElementDecl.cs (1)
79IDtdAttributeInfo? IDtdAttributeListInfo.LookupAttribute(string? prefix, string? localName)
1 reference to LookupAttribute
System.Private.Xml (1)
System\Xml\Core\XmlTextReaderImpl.cs (1)
4469IDtdAttributeInfo? attributeInfo = attlistInfo.LookupAttribute(attr.prefix, attr.localName);