1 write to node
System.ServiceModel (1)
System\ServiceModel\Dispatcher\QueryNode.cs (1)
29
this.
node
= node;
7 references to node
System.ServiceModel (7)
System\ServiceModel\Dispatcher\QueryNode.cs (7)
47
return this.
node
.GetLocalName(this.nodePosition);
58
return this.
node
.GetName(this.nodePosition);
68
return this.
node
.GetNamespace(this.nodePosition);
78
return this.
node
;
111
return this.
node
.GetValue(this.nodePosition);
132
this.
node
.CurrentPosition = this.nodePosition;
133
return this.
node
;