6 writes to name
System.Private.Xml (6)
System\Xml\Dom\XmlNodeReader.cs (6)
53
this.
name
= name;
369
decNodeAttributes[i].
name
= strVersion;
376
decNodeAttributes[i].
name
= strEncoding;
383
decNodeAttributes[i].
name
= strStandalone;
434
docTypeNodeAttributes[i].
name
= strPublicID;
442
docTypeNodeAttributes[i].
name
= strSystemID;
5 references to name
System.Private.Xml (5)
System\Xml\Dom\XmlNodeReader.cs (5)
138
return decNodeAttributes[_nAttrInd].
name
!;
140
return docTypeNodeAttributes[_nAttrInd].
name
!;
256
strb.Append($"{decNodeAttributes[i].
name
}=\"{decNodeAttributes[i].value}\"");
415
if (decNodeAttributes[i].
name
== name)
473
if (docTypeNodeAttributes[i].
name
== name)