3 references to SubExprVarCount
System.ServiceModel (3)
System\ServiceModel\Dispatcher\QueryProcessor.cs (3)
468
if (matcher.
SubExprVarCount
> 0)
470
this.subExprVars = new SubExprVariable[matcher.
SubExprVarCount
];
733
int exprCount = this.matcher.
SubExprVarCount
;