1 write to context
System.ServiceModel (1)
System\ServiceModel\Dispatcher\XPathParser.cs (1)
25
this.
context
= namespaces as XsltContext;
8 references to context
System.ServiceModel (8)
System\ServiceModel\Dispatcher\XPathParser.cs (8)
427
if (null == functionImpl && this.
context
!= null)
434
string prefix = this.
context
.LookupPrefix(functionName.Namespace);
435
IXsltContextFunction xsltFun = this.
context
.ResolveFunction(prefix, functionName.Name, argTypes);
438
functionImpl = new XPathXsltFunctionExpr(this.
context
, xsltFun, args);
979
if (this.
context
!= null)
985
string prefix = this.
context
.LookupPrefix(varName.Namespace);
987
IXsltContextVariable var = this.
context
.ResolveVariable(prefix, varName.Name);
990
expr = new XPathXsltVariableExpr(this.
context
, var);