1 write to data
System.ServiceModel (1)
System\ServiceModel\Dispatcher\QueryPrefixOp.cs (1)
117
this.
data
= value;
5 references to data
System.ServiceModel (5)
System\ServiceModel\Dispatcher\QueryPrefixOp.cs (5)
76
return (null == this.
data
&& 1 == this.children.Count);
84
return (null == this.
data
&& 0 == this.children.Count);
98
if (this.
data
!= null)
100
(this.
data
).Branch.CollectXPathFilters(filters);
113
return this.
data
;