2 writes to localName
System.Xml (2)
System\Xml\Core\XmlTextReaderImplHelpers.cs (2)
454localName = string.Empty; 496this.localName = localName;
41 references to localName
System.Xml (41)
System\Xml\Core\XmlTextReaderImpl.cs (27)
885return curNode.localName; 1022if ( Ref.Equal( nodes[i].localName, localName ) && Ref.Equal( nodes[i].ns, namespaceURI ) ) { 1065if ( Ref.Equal( nodes[i].localName, localName ) && 1439switch ( HandleGeneralEntityReference( curNode.localName, true, true, curNode.LinePos ) ) { 1456switch ( HandleGeneralEntityReference( curNode.localName, false, true, curNode.LinePos ) ) { 4059IDtdAttributeListInfo attlistInfo = dtdInfo.LookupAttributeList( curNode.localName, curNode.prefix ); 4070IDtdAttributeInfo attributeInfo = attlistInfo.LookupAttribute( attr.prefix, attr.localName ); 4129int locLen = startTagNode.localName.Length; 4140if ( !XmlConvert.StrEqual( chars, ps.charPos, locLen, startTagNode.localName ) ) { 4149!XmlConvert.StrEqual( chars, colonPos + 1, locLen, startTagNode.localName ) ) { 4501if ( Ref.Equal( attr.localName, XmlNs ) ) { 4571if ( Ref.Equal( attr1.localName, nodes[j].localName ) && Ref.Equal( attr1.ns, nodes[j].ns ) ) { 4587if ( Ref.Equal( attr1.localName, attr2.localName ) && Ref.Equal( attr1.ns, attr2.ns ) ) { 4619AddNamespace( attr.localName, ns, attr ); 4623switch ( attr.localName ) { 5631Debug.Assert( Ref.Equal( lastEntity.Name, curNode.localName ) ); 5632curNode.lineInfo.linePos += curNode.localName.Length; 6962if ( Ref.Equal( attr.localName, newAttr.localName ) ) { 7559if ( XmlConvert.StrEqual( ps.chars, ps.charPos + 1, endPos - ps.charPos - 1, curNode.localName ) && 7895if ( Ref.Equal( nodes[i].localName, name ) && nodes[i].prefix.Length == 0 ) { 8219if ((object)nodes[i].localName == (object)localName && 8263if ((object)nodes[i].localName == (object)localName && 8297if ( Ref.Equal( attr.localName, XmlNs ) ) { 8314string pref = attr.localName;
System\Xml\Core\XmlTextReaderImplAsync.cs (6)
1909int locLen = startTagNode.localName.Length; 1928int locLen = startTagNode.localName.Length; 1941int locLen = startTagNode.localName.Length; 1946if (!XmlConvert.StrEqual(chars, ps.charPos, locLen, startTagNode.localName)) { 1955!XmlConvert.StrEqual(chars, colonPos + 1, locLen, startTagNode.localName)) { 2387if ( Ref.Equal( attr.localName, XmlNs ) ) {
System\Xml\Core\XmlTextReaderImplHelpers.cs (8)
598nameWPrefix = localName; 601nameWPrefix = nt.Add( string.Concat( prefix, ":", localName ) ); 609if ( Ref.Equal( localName, other.localName ) ) { 618return string.CompareOrdinal( localName, other.localName ); 656localName = nodeData.localName; 672localName2 = nodeData.localName;