8 references to docTypeNodeAttributes
System.Private.Xml (8)
System\Xml\Dom\XmlNodeReader.cs (8)
140return docTypeNodeAttributes[_nAttrInd].name!; 239docTypeNodeAttributes[_nAttrInd].value!; 434docTypeNodeAttributes[i].name = strPublicID; 435docTypeNodeAttributes[i].value = strTemp; 442docTypeNodeAttributes[i].name = strSystemID; 443docTypeNodeAttributes[i].value = strTemp; 464return docTypeNodeAttributes[i].value; 473if (docTypeNodeAttributes[i].name == name)