3 references to VariableScope
System.Private.Xml (3)
System\Xml\Xsl\XsltOld\Compiler.cs (1)
328
varScope = _scopeManager.
VariableScope
;
System\Xml\Xsl\XsltOld\XsltCompileContext.cs (2)
71
IXsltContextVariable? variable = _manager!.
VariableScope
.ResolveVariable(qname);
85
VariableAction? global = _manager!.
VariableScope
.ResolveGlobalVariable(variable.Name!);