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