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