1 write to rootScope
System.Data.SqlXml (1)
System\Xml\Xsl\XsltOld\Compiler.cs (1)
175this.rootScope = this.scopeManager.PushScope();
3 references to rootScope
System.Data.SqlXml (3)
System\Xml\Xsl\XsltOld\Compiler.cs (3)
303varScope = this.rootScope; 528return new NavigatorInput(Compiler.LoadDocument(tr).CreateNavigator(), resolved, rootScope); 531return new NavigatorInput((XPathNavigator) input, resolved, rootScope);