2 instantiations of 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));
4 references to XPathMessageFunctionCallOpcode
System.ServiceModel (4)
System\ServiceModel\Dispatcher\QuerySubExprEliminator.cs (2)
573
XPathMessageFunctionCallOpcode
fop = (
XPathMessageFunctionCallOpcode
)op;
System\ServiceModel\Dispatcher\XPathMessageContext.cs (2)
456
XPathMessageFunctionCallOpcode
fun = op as
XPathMessageFunctionCallOpcode
;