2 writes to nodeSetResult
System.ServiceModel (2)
System\ServiceModel\Dispatcher\XPathResult.cs (2)
21
this.
nodeSetResult
= nodeSetResult;
148
result.
nodeSetResult
= this.nodeSetResult.Clone();
5 references to nodeSetResult
System.ServiceModel (5)
System\ServiceModel\Dispatcher\XPathResult.cs (5)
72
return QueryValueModel.Boolean(this.
nodeSetResult
);
92
return this.
nodeSetResult
;
103
return QueryValueModel.Double(this.
nodeSetResult
);
124
return QueryValueModel.String(this.
nodeSetResult
);
148
result.nodeSetResult = this.
nodeSetResult
.Clone();