1 implementation of IXsltContextVariable
System.Private.Xml (1)
System\Xml\Xsl\XsltOld\VariableAction.cs (1)
18internal class VariableAction : ContainerAction, IXsltContextVariable
12 references to IXsltContextVariable
netstandard (1)
netstandard.cs (1)
2527[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Xsl.IXsltContextVariable))]
System.Private.Xml (9)
System\Xml\XPath\Internal\CompiledXPathExpr.cs (1)
137public override IXsltContextVariable ResolveVariable(string prefix, string name)
System\Xml\XPath\Internal\VariableQuery.cs (1)
14private IXsltContextVariable? _variable;
System\Xml\Xsl\XsltOld\VariableAction.cs (4)
187XPathResultType IXsltContextVariable.VariableType 191object IXsltContextVariable.Evaluate(XsltContext xsltContext) 195bool IXsltContextVariable.IsLocal 199bool IXsltContextVariable.IsParam
System\Xml\Xsl\XsltOld\XsltCompileContext.cs (2)
67public override IXsltContextVariable ResolveVariable(string prefix, string name) 71IXsltContextVariable? variable = _manager!.VariableScope.ResolveVariable(qname);
System\Xml\Xslt\XsltContext.cs (1)
33public abstract IXsltContextVariable ResolveVariable(string prefix, string name);
System.Xml (1)
System.Xml.cs (1)
241[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Xsl.IXsltContextVariable))]
System.Xml.ReaderWriter (1)
artifacts\obj\System.Xml.ReaderWriter\Debug\net9.0\System.Xml.ReaderWriter.Forwards.cs (1)
180[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Xsl.IXsltContextVariable))]