12 references to decNodeAttributes
dotnet-svcutil-lib (12)
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlNodeReader.cs (12)
138
return
decNodeAttributes
[_nAttrInd].name;
255
return
decNodeAttributes
[_nAttrInd].value;
268
strb.Append(
decNodeAttributes
[i].name + "=\"" +
decNodeAttributes
[i].value + "\"");
377
decNodeAttributes
[i].name = strVersion;
378
decNodeAttributes
[i].value = strTemp;
384
decNodeAttributes
[i].name = strEncoding;
385
decNodeAttributes
[i].value = strTemp;
391
decNodeAttributes
[i].name = strStandalone;
392
decNodeAttributes
[i].value = strTemp;
414
return
decNodeAttributes
[i].value;
423
if (
decNodeAttributes
[i].name == name)