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