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