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