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)
382
private readonly
CompilerScopeManager
<V> _scope;
386
public NamespaceEnumerator(
CompilerScopeManager
<V> scope)
System\Xml\Xsl\Xslt\QilGenerator.cs (2)
18
using ScopeRecord = System.Xml.Xsl.Xslt.
CompilerScopeManager
<System.Xml.Xsl.Qil.QilIterator>.ScopeRecord;
49
private readonly
CompilerScopeManager
<QilIterator> _scope;
System\Xml\Xsl\Xslt\XslAstAnalyzer.cs (4)
22
private
CompilerScopeManager
<VarPar>? _scope;
856
private readonly
CompilerScopeManager
<VarPar> _scope;
871
public XPathAnalyzer(Compiler compiler,
CompilerScopeManager
<VarPar> scope)
1236
private
CompilerScopeManager
<VarPar>? _scope;
System\Xml\Xsl\Xslt\XsltInput.cs (1)
26
private readonly
CompilerScopeManager
<VarPar> _scopeManager;