4 instantiations of CompilerScopeManager
System.Private.Xml (4)
System\Xml\Xsl\Xslt\QilGenerator.cs (1)
97_scope = new CompilerScopeManager<QilIterator>();
System\Xml\Xsl\Xslt\XslAstAnalyzer.cs (2)
146_scope = new CompilerScopeManager<VarPar>(); 1244_scope = new CompilerScopeManager<VarPar>();
System\Xml\Xsl\Xslt\XsltInput.cs (1)
53_scopeManager = new CompilerScopeManager<VarPar>(atoms);
9 references to CompilerScopeManager
System.Private.Xml (9)
System\Xml\Xsl\Xslt\CompilerScopeManager.cs (2)
382private readonly CompilerScopeManager<V> _scope; 386public NamespaceEnumerator(CompilerScopeManager<V> scope)
System\Xml\Xsl\Xslt\QilGenerator.cs (2)
18using ScopeRecord = System.Xml.Xsl.Xslt.CompilerScopeManager<System.Xml.Xsl.Qil.QilIterator>.ScopeRecord; 49private readonly CompilerScopeManager<QilIterator> _scope;
System\Xml\Xsl\Xslt\XslAstAnalyzer.cs (4)
22private CompilerScopeManager<VarPar>? _scope; 856private readonly CompilerScopeManager<VarPar> _scope; 871public XPathAnalyzer(Compiler compiler, CompilerScopeManager<VarPar> scope) 1236private CompilerScopeManager<VarPar>? _scope;
System\Xml\Xsl\Xslt\XsltInput.cs (1)
26private readonly CompilerScopeManager<VarPar> _scopeManager;