12 references to decNodeAttributes
System.Xml (12)
System\Xml\Dom\XmlNodeReader.cs (12)
127return decNodeAttributes[nAttrInd].name; 227return decNodeAttributes[nAttrInd].value; 238strb.Append(decNodeAttributes[i].name + "=\"" +decNodeAttributes[i].value + "\""); 325decNodeAttributes[i].name = strVersion; 326decNodeAttributes[i].value = strTemp; 331decNodeAttributes[i].name = strEncoding; 332decNodeAttributes[i].value = strTemp; 337decNodeAttributes[i].name = strStandalone; 338decNodeAttributes[i].value = strTemp; 358return decNodeAttributes[i].value; 365if ( decNodeAttributes[i].name == name )