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