8 references to docTypeNodeAttributes
dotnet-svcutil-lib (8)
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlNodeReader.cs (8)
140
return
docTypeNodeAttributes
[_nAttrInd].name;
257
return
docTypeNodeAttributes
[_nAttrInd].value;
441
docTypeNodeAttributes
[i].name = strPublicID;
442
docTypeNodeAttributes
[i].value = strTemp;
448
docTypeNodeAttributes
[i].name = strSystemID;
449
docTypeNodeAttributes
[i].value = strTemp;
469
return
docTypeNodeAttributes
[i].value;
478
if (
docTypeNodeAttributes
[i].name == name)