1 write to name
System.ServiceModel (1)
System\ServiceModel\Dispatcher\QueryModel.cs (1)
159
this.
name
= (null == name) ? string.Empty : name;
11 references to name
System.ServiceModel (11)
System\ServiceModel\Dispatcher\QueryModel.cs (9)
188
return (this.
name
.Length == 0 && this.ns.Length == 0);
196
return (this.
name
.Length > 0);
204
return object.ReferenceEquals(this.
name
, QueryDataModel.Wildcard);
228
return this.
name
;
266
return (name == this.
name
);
281
return ((qname.
name
.Length == this.
name
.Length && qname.
name
== this.
name
) && (qname.ns.Length == this.ns.Length && qname.ns == this.ns));
System\ServiceModel\Dispatcher\QuerySelectOp.cs (2)
138
if (this.qname.
name
.Length == str.Length && this.qname.
name
== str)