2 writes to qnameElement
System.Xml (2)
System\Xml\BinaryXml\XmlBinaryReader.cs (2)
2260this.qnameOther = this.qnameElement = xmlDeclQName; 2697this.qnameOther = this.qnameElement = qname;
3 references to qnameElement
System.Xml (3)
System\Xml\BinaryXml\XmlBinaryReader.cs (3)
340this.qnameElement.Clear(); 714this.qnameOther = this.qnameElement; 2161this.qnameElement.CheckPrefixNS(prefix, ns);