1 instantiation of XPathXsltVariableExpr
System.ServiceModel (1)
System\ServiceModel\Dispatcher\XPathParser.cs (1)
990
expr = new
XPathXsltVariableExpr
(this.context, var);
2 references to XPathXsltVariableExpr
System.ServiceModel (2)
System\ServiceModel\Dispatcher\XPathCompiler.cs (2)
264
this.CompileXsltVariable((
XPathXsltVariableExpr
)expr);
826
void CompileXsltVariable(
XPathXsltVariableExpr
expr)