8 instantiations of QName
System.Xml (8)
System\Xml\BinaryXml\XmlBinaryReader.cs (8)
2200name = new QName(string.Empty, this.xmlns, this.nsxmlns); 2202name = new QName(this.xmlns, xnt.Add(decl.prefix), this.nsxmlns); 2237this.attributes[0].Set(new QName(string.Empty, this.xnt.Add("version"), string.Empty), ParseText()); 2241this.attributes[1].Set(new QName(string.Empty, this.xnt.Add("encoding"), string.Empty), ParseText()); 2251this.attributes[this.attrCount].Set(new QName(string.Empty, this.xnt.Add("standalone"), string.Empty), (standalone == 1) ? "yes" : "no"); 2259QName xmlDeclQName = new QName(String.Empty, this.xnt.Add("xml"), String.Empty); 2766this.attributes[this.attrCount++].Set(new QName(string.Empty, this.xnt.Add("SYSTEM"), string.Empty), ParseText()); 2770this.attributes[this.attrCount++].Set(new QName(string.Empty, this.xnt.Add("PUBLIC"), string.Empty), ParseText());
26 references to QName
System.Xml (26)
System\Xml\BinaryXml\XmlBinaryReader.cs (26)
100if (other is QName) { 101QName that = (QName)other; 114public static bool operator ==(QName a, QName b) { 120public static bool operator !=(QName a, QName b) { 126public QName name; 132public void Set(QName name, bool xmlspacePreserve) { 146public QName name; 152public void Set(QName n, string v) { 159public void Set(QName n, int pos) { 216public QName[] qnametable; 220this.qnametable = new QName[16]; 269QName qnameOther; 271QName qnameElement; 1684QName[] qnametable = this.symbolTables.qnametable; 1686QName[] n = new QName[checked(qnameNum * 2)]; 2193QName name; 2259QName xmlDeclQName = new QName(String.Empty, this.xnt.Add("xml"), String.Empty); 2294QName n = this.symbolTables.qnametable[ReadQNameRef()]; 2696QName qname = this.symbolTables.qnametable[ReadQNameRef()]; 3574QName qname = this.symbolTables.qnametable[nameNum]; 3712QName qname = this.symbolTables.qnametable[nameNum]; 3895QName qname = this.symbolTables.qnametable[nameNum];