4 instantiations of CompilerScopeManager
System.Data.SqlXml (4)
System\Xml\Xsl\Xslt\QilGenerator.cs (1)
92scope = new CompilerScopeManager<QilIterator>();
System\Xml\Xsl\Xslt\XslAstAnalyzer.cs (2)
132this.scope = new CompilerScopeManager<VarPar>(); 1101this.scope = new CompilerScopeManager<VarPar>();
System\Xml\Xsl\Xslt\XsltInput.cs (1)
57this.scopeManager = new CompilerScopeManager<VarPar>(atoms);
9 references to CompilerScopeManager
System.Data.SqlXml (9)
System\Xml\Xsl\Xslt\CompilerScopeManager.cs (2)
317CompilerScopeManager<V> scope; 321public NamespaceEnumerator(CompilerScopeManager<V> scope) {
System\Xml\Xsl\Xslt\QilGenerator.cs (2)
22using ScopeRecord = CompilerScopeManager<QilIterator>.ScopeRecord; 46private CompilerScopeManager<QilIterator> scope;
System\Xml\Xsl\Xslt\XslAstAnalyzer.cs (4)
24private CompilerScopeManager<VarPar> scope; 787private CompilerScopeManager<VarPar> scope; 801public XPathAnalyzer(Compiler compiler, CompilerScopeManager<VarPar> scope) { 1095private CompilerScopeManager<VarPar> scope;
System\Xml\Xsl\Xslt\XsltInput.cs (1)
31private CompilerScopeManager<VarPar> scopeManager;