1 write to xsltContext
System.ServiceModel (1)
System\ServiceModel\Dispatcher\QueryCoreOp.cs (1)
259
this.
xsltContext
= context;
3 references to xsltContext
System.ServiceModel (3)
System\ServiceModel\Dispatcher\QueryCoreOp.cs (3)
284
return this.
xsltContext
== var.
xsltContext
&& this.variable == var.variable;
296
object o = this.variable.Evaluate(this.
xsltContext
);