1 implementation of Evaluate
System.Data.SqlXml (1)
System\Xml\Xsl\XsltOld\VariableAction.cs (1)
166
object IXsltContextVariable.
Evaluate
(XsltContext xsltContext) {
2 references to Evaluate
System.ServiceModel (1)
System\ServiceModel\Dispatcher\QueryCoreOp.cs (1)
296
object o = this.variable.
Evaluate
(this.xsltContext);
System.Xml (1)
System\Xml\XPath\Internal\VariableQuery.cs (1)
44
return ProcessResult(variable.
Evaluate
(xsltContext));