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