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