1 write to ns
System.ServiceModel (1)
System\ServiceModel\Dispatcher\QueryModel.cs (1)
160
this.
ns
= (null == ns) ? string.Empty : ns;
11 references to ns
System.ServiceModel (11)
System\ServiceModel\Dispatcher\QueryModel.cs (9)
188
return (this.name.Length == 0 && this.
ns
.Length == 0);
212
return (this.
ns
.Length > 0);
220
return object.ReferenceEquals(this.
ns
, QueryDataModel.Wildcard);
243
return this.
ns
;
281
return ((qname.name.Length == this.name.Length && qname.name == this.name) && (qname.
ns
.Length == this.
ns
.Length && qname.
ns
== this.
ns
));
297
return (ns == this.
ns
);
System\ServiceModel\Dispatcher\QuerySelectOp.cs (2)
141
return (this.qname.
ns
.Length == str.Length && this.qname.
ns
== str);