4 writes to prefix
System.Private.Xml (4)
System\Xml\BinaryXml\XmlBinaryReader.cs (4)
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;
3237
_qnameOther.
prefix
= r.Prefix;
15 references to prefix
System.Private.Xml (15)
System\Xml\BinaryXml\XmlBinaryReader.cs (15)
87
return lname == this.localname && prefix == this.
prefix
;
92
if (this.
prefix
== prefix && this.namespaceUri != namespaceUri)
100
this.
prefix
.GetHashCode() ^ this.localname.GetHashCode();
106
prefix
== other.
prefix
&&
115
prefix
.Length == 0 ? localname : $"{this.
prefix
}:{this.localname}";
447
return _qnameOther.
prefix
;
2459
if (_attributes[i].name.
prefix
.Length != 0)
2609
if (n.
prefix
== "xml")
2627
else if (n.
prefix
.Length != 0)
2631
this.PushNamespace(n.
prefix
, n.namespaceUri, true);
3049
this.PushNamespace(qname.
prefix
, qname.namespaceUri, true);
4019
if (qname.
prefix
.Length == 0)
4022
return $"{qname.
prefix
}:{qname.localname}";