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