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)
322
varScope =
_rootScope
!;
591
return new NavigatorInput(Compiler.LoadDocument(tr).CreateNavigator(), resolved,
_rootScope
);
595
return new NavigatorInput((XPathNavigator)input, resolved,
_rootScope
);