6 writes to localname
System.Private.Xml (6)
System\Xml\BinaryXml\XmlBinaryReader.cs (6)
68
this.prefix = prefix; this.
localname
= lname; this.namespaceUri = nsUri;
72
this.prefix = prefix; this.
localname
= lname; this.namespaceUri = nsUri;
77
this.prefix = this.
localname
= this.namespaceUri = string.Empty;
3123
_qnameOther.
localname
= ParseText();
3150
_qnameOther.
localname
= _symbolTables.symtable[ReadNameRef()];
3238
_qnameOther.
localname
= r.LocalName;
21 references to localname
System.Private.Xml (21)
System\Xml\BinaryXml\XmlBinaryReader.cs (21)
82
return lname == this.
localname
&& nsUri == this.namespaceUri;
87
return lname == this.
localname
&& prefix == this.prefix;
97
HashCode.Combine(this.namespaceUri, this.
localname
);
100
this.prefix.GetHashCode() ^ this.
localname
.GetHashCode();
107
localname
== other.
localname
&&
115
prefix.Length == 0 ?
localname
: $"{this.prefix}:{this.
localname
}";
169
localname = this.name.
localname
;
175
localname = this.name.
localname
;
431
return _qnameOther.
localname
;
2611
if (n.
localname
== "lang")
2615
else if (n.
localname
== "space")
2623
curDeclPrefix = n.
localname
;
2635
throw CreateXmlException(SR.XmlBinary_AttrWithNsNoPrefix, n.
localname
, n.namespaceUri);
2746
sb.Append(_attributes[i].name.
localname
);
2824
if (_qnameOther.
localname
.Length != 0)
4020
return qname.
localname
;
4022
return $"{qname.prefix}:{qname.
localname
}";
4168
return new XmlQualifiedName(qname.
localname
, qname.namespaceUri);
4367
new XmlQualifiedName(qname.
localname
, qname.namespaceUri),