6 writes to name
dotnet-svcutil-lib (6)
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlNodeReader.cs (6)
54this.name = name; 377decNodeAttributes[i].name = strVersion; 384decNodeAttributes[i].name = strEncoding; 391decNodeAttributes[i].name = strStandalone; 441docTypeNodeAttributes[i].name = strPublicID; 448docTypeNodeAttributes[i].name = strSystemID;
5 references to name
dotnet-svcutil-lib (5)
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlNodeReader.cs (5)
138return decNodeAttributes[_nAttrInd].name; 140return docTypeNodeAttributes[_nAttrInd].name; 268strb.Append(decNodeAttributes[i].name + "=\"" + decNodeAttributes[i].value + "\""); 423if (decNodeAttributes[i].name == name) 478if (docTypeNodeAttributes[i].name == name)