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