6 writes to name
System.Xml (6)
System\Xml\Dom\XmlNodeReader.cs (6)
54this.name = name; 325decNodeAttributes[i].name = strVersion; 331decNodeAttributes[i].name = strEncoding; 337decNodeAttributes[i].name = strStandalone; 380docTypeNodeAttributes[i].name = strPublicID; 386docTypeNodeAttributes[i].name = strSystemID;
5 references to name
System.Xml (5)
System\Xml\Dom\XmlNodeReader.cs (5)
127return decNodeAttributes[nAttrInd].name; 129return docTypeNodeAttributes[nAttrInd].name; 238strb.Append(decNodeAttributes[i].name + "=\"" +decNodeAttributes[i].value + "\""); 365if ( decNodeAttributes[i].name == name ) 412if ( docTypeNodeAttributes[i].name == name )