2 references to XPathMessageFunctionCallOpcode
System.ServiceModel (2)
System\ServiceModel\Dispatcher\QuerySubExprEliminator.cs (1)
476
Opcode op = new
XPathMessageFunctionCallOpcode
(XPathMessageContext.HeaderFun, 0);
System\ServiceModel\Dispatcher\XPathCompiler.cs (1)
814
this.codeBlock.Append(new
XPathMessageFunctionCallOpcode
((XPathMessageFunction)expr.Function, expr.SubExprCount));