1 implementation of GetAttributeLists
System.Xml (1)
System\Xml\Schema\SchemaInfo.cs (1)
362IEnumerable<IDtdAttributeListInfo> IDtdInfo.GetAttributeLists() {
1 reference to GetAttributeLists
System.Xml (1)
System\Xml\Cache\XPathDocumentBuilder.cs (1)
533foreach (IDtdAttributeListInfo attrList in dtdInfo.GetAttributeLists()) {