1 write to matcher
System.ServiceModel (1)
System\ServiceModel\Dispatcher\QueryProcessor.cs (1)
457
this.
matcher
= matcher;
3 references to matcher
System.ServiceModel (3)
System\ServiceModel\Dispatcher\QueryProcessor.cs (3)
509
this.contextNode = this.
matcher
.CreateMessageNavigator(this.message, this.matchMessageBody);
607
return this.
matcher
;
733
int exprCount = this.
matcher
.SubExprVarCount;