1 write to qname
System.ServiceModel (1)
System\ServiceModel\Dispatcher\QuerySelectOp.cs (1)
30this.qname = qname;
9 references to qname
System.ServiceModel (9)
System\ServiceModel\Dispatcher\QuerySelectOp.cs (9)
57return this.qname; 77return (this.axis.Type == criteria.axis.Type && this.type == criteria.type && this.qname.Equals(criteria.qname)); 134return (0 == node.NamespaceURI.Length && this.qname.EqualsName(node.LocalName)); 138if (this.qname.name.Length == str.Length && this.qname.name == str) 141return (this.qname.ns.Length == str.Length && this.qname.ns == str); 158return this.qname.EqualsNamespace(node.NamespaceURI);