12 references to decNodeAttributes
System.Private.Xml (12)
System\Xml\Dom\XmlNodeReader.cs (12)
138return decNodeAttributes[_nAttrInd].name!; 238decNodeAttributes[_nAttrInd].value! : 256strb.Append($"{decNodeAttributes[i].name}=\"{decNodeAttributes[i].value}\""); 369decNodeAttributes[i].name = strVersion; 370decNodeAttributes[i].value = strTemp; 376decNodeAttributes[i].name = strEncoding; 377decNodeAttributes[i].value = strTemp; 383decNodeAttributes[i].name = strStandalone; 384decNodeAttributes[i].value = strTemp; 406return decNodeAttributes[i].value; 415if (decNodeAttributes[i].name == name)