1 write to _rootScope
System.Private.Xml (1)
System\Xml\Xsl\XsltOld\Compiler.cs (1)
178_rootScope = _scopeManager.PushScope();
3 references to _rootScope
System.Private.Xml (3)
System\Xml\Xsl\XsltOld\Compiler.cs (3)
322varScope = _rootScope!; 591return new NavigatorInput(Compiler.LoadDocument(tr).CreateNavigator(), resolved, _rootScope); 595return new NavigatorInput((XPathNavigator)input, resolved, _rootScope);