12 references to ScopeRecord
System.Private.Xml (12)
System\Xml\Xsl\Xslt\CompilerScopeManager.cs (7)
49
private
ScopeRecord
[] _records = new
ScopeRecord
[32];
139
ScopeRecord
[] newRecords = new
ScopeRecord
[_lastRecord * 2];
230
private static ScopeFlags GetName(ref
ScopeRecord
re, out string? prefix, out string? nsUri)
356
internal System.Collections.Generic.IEnumerable<
ScopeRecord
> GetActiveRecords()
410
public
ScopeRecord
Current
System\Xml\Xsl\Xslt\QilGenerator.cs (4)
18
using ScopeRecord = System.Xml.Xsl.Xslt.CompilerScopeManager<System.Xml.Xsl.Qil.QilIterator>.
ScopeRecord
;
320
foreach (
ScopeRecord
rec in _scope)
830
foreach (
ScopeRecord
rec in _scope)
2494
foreach (
ScopeRecord
rec in _scope)
System\Xml\Xsl\Xslt\XslAstAnalyzer.cs (1)
1431
foreach (
var
scoperecord in _scope!.GetActiveRecords())