6 writes to localname
dotnet-svcutil-lib (6)
FrameworkFork\Microsoft.Xml\Xml\BinaryXml\XmlBinaryReader.cs (6)
72
this.prefix = prefix; this.
localname
= lname; this.namespaceUri = nsUri;
76
this.prefix = prefix; this.
localname
= lname; this.namespaceUri = nsUri;
81
this.prefix = this.
localname
= this.namespaceUri = String.Empty;
3144
_qnameOther.
localname
= ParseText();
3171
_qnameOther.
localname
= _symbolTables.symtable[ReadNameRef()];
3257
_qnameOther.
localname
= r.LocalName;
21 references to localname
dotnet-svcutil-lib (21)
FrameworkFork\Microsoft.Xml\Xml\BinaryXml\XmlBinaryReader.cs (21)
86
return lname == this.
localname
&& nsUri == this.namespaceUri;
90
return lname == this.
localname
&& prefix == this.prefix;
101
return this.prefix.GetHashCode() ^ this.
localname
.GetHashCode();
106
return hasher.GetHashCode(this.namespaceUri) ^ hasher.GetHashCode(this.
localname
);
123
return this.
localname
;
125
return this.prefix + ":" + this.
localname
;
131
&& (a.
localname
== b.
localname
)
191
localname = this.name.
localname
;
197
localname = this.name.
localname
;
468
return _qnameOther.
localname
;
2631
if (n.
localname
== "lang")
2635
else if (n.
localname
== "space")
2643
curDeclPrefix = n.
localname
;
2655
throw ThrowXmlException(ResXml.XmlBinary_AttrWithNsNoPrefix, n.
localname
, n.namespaceUri);
2762
sb.Append(_attributes[i].name.
localname
);
2845
if (_qnameOther.
localname
.Length != 0)
4051
return qname.
localname
;
4053
return String.Concat(qname.prefix, ":", qname.
localname
);
4199
return new XmlQualifiedName(qname.
localname
, qname.namespaceUri);
4398
new XmlQualifiedName(qname.
localname
, qname.namespaceUri),