1 implementation of LookupAttribute
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaElementDecl.cs (1)
80
IDtdAttributeInfo IDtdAttributeListInfo.
LookupAttribute
(string prefix, string localName)
1 reference to LookupAttribute
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlTextReaderImpl.cs (1)
4561
IDtdAttributeInfo attributeInfo = attlistInfo.
LookupAttribute
(attr.prefix, attr.localName);