1 implementation of IXsltContextVariable
System.Private.Xml (1)
System\Xml\Xsl\XsltOld\VariableAction.cs (1)
18
internal 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)
137
public override
IXsltContextVariable
ResolveVariable(string prefix, string name)
System\Xml\XPath\Internal\VariableQuery.cs (1)
14
private
IXsltContextVariable
? _variable;
System\Xml\Xsl\XsltOld\VariableAction.cs (4)
187
XPathResultType
IXsltContextVariable
.VariableType
191
object
IXsltContextVariable
.Evaluate(XsltContext xsltContext)
195
bool
IXsltContextVariable
.IsLocal
199
bool
IXsltContextVariable
.IsParam
System\Xml\Xsl\XsltOld\XsltCompileContext.cs (2)
67
public override
IXsltContextVariable
ResolveVariable(string prefix, string name)
71
IXsltContextVariable
? variable = _manager!.VariableScope.ResolveVariable(qname);
System\Xml\Xslt\XsltContext.cs (1)
33
public 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\net10.0\System.Xml.ReaderWriter.Forwards.cs (1)
180
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Xsl.
IXsltContextVariable
))]