5 writes to qnameOther
System.Xml (5)
System\Xml\BinaryXml\XmlBinaryReader.cs (5)
714
this.
qnameOther
= this.qnameElement;
2112
this.
qnameOther
= this.attributes[i - 1].name;
2260
this.
qnameOther
= this.qnameElement = xmlDeclQName;
2697
this.
qnameOther
= this.qnameElement = qname;
2744
this.
qnameOther
= this.elementStack[index].name;
12 references to qnameOther
System.Xml (12)
System\Xml\BinaryXml\XmlBinaryReader.cs (12)
339
this.
qnameOther
.Clear();
421
return this.
qnameOther
.localname;
427
return this.
qnameOther
.namespaceUri;
433
return this.
qnameOther
.prefix;
763
this.
qnameOther
.Clear();
2481
if (this.
qnameOther
.localname.Length != 0)
2482
this.
qnameOther
.Clear();
2763
this.
qnameOther
.localname = ParseText();
2785
this.
qnameOther
.localname = this.symbolTables.symtable[ReadNameRef()];
2859
this.
qnameOther
.prefix = r.Prefix;
2860
this.
qnameOther
.localname = r.LocalName;
2861
this.
qnameOther
.namespaceUri = r.NamespaceURI;