1 implementation of LookupAttributeList
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaInfo.cs (1)
428IDtdAttributeListInfo IDtdInfo.LookupAttributeList(string prefix, string localName)
1 reference to LookupAttributeList
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlTextReaderImpl.cs (1)
4547IDtdAttributeListInfo attlistInfo = _dtdInfo.LookupAttributeList(_curNode.localName, _curNode.prefix);