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