3 writes to node
System.ServiceModel (3)
System\ServiceModel\Dispatcher\QueryNode.cs (3)
417this.node = new QueryNode(node); 427this.node = node; 437this.node = item.node;
8 references to node
System.ServiceModel (8)
System\ServiceModel\Dispatcher\QueryNode.cs (8)
312return this.node.LocalName; 320return this.node.Name; 328return this.node.Namespace; 336return this.node; 399return this.node.MoveTo(); 404return this.node.Position; 437this.node = item.node; 460return this.node.Value;