3 writes to contextNode
System.ServiceModel (3)
System\ServiceModel\Dispatcher\QueryProcessor.cs (3)
509this.contextNode = this.matcher.CreateMessageNavigator(this.message, this.matchMessageBody); 526this.contextNode = value; 882this.contextNode = null;
3 references to contextNode
System.ServiceModel (3)
System\ServiceModel\Dispatcher\QueryProcessor.cs (3)
505if (null == this.contextNode) 516this.counter = this.contextNode as INodeCounter; 522return this.contextNode;