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