3 overrides of ResolveVariable
System.Data.SqlXml (1)
System\Xml\Xsl\XsltOld\XsltCompileContext.cs (1)
63public override IXsltContextVariable ResolveVariable(string prefix, string name) {
System.ServiceModel (1)
System\ServiceModel\Dispatcher\XPathMessageContext.cs (1)
182public override IXsltContextVariable ResolveVariable(string prefix, string name)
System.Xml (1)
System\Xml\XPath\Internal\CompiledXPathExpr.cs (1)
112public override IXsltContextVariable ResolveVariable(string prefix, string name) {
2 references to ResolveVariable
System.ServiceModel (1)
System\ServiceModel\Dispatcher\XPathParser.cs (1)
987IXsltContextVariable var = this.context.ResolveVariable(prefix, varName.Name);
System.Xml (1)
System\Xml\XPath\Internal\VariableQuery.cs (1)
31 variable = xsltContext.ResolveVariable(prefix, name);