12 references to ScopeRecord
System.Data.SqlXml (12)
System\Xml\Xsl\Xslt\CompilerScopeManager.cs (7)
47private ScopeRecord[] records = new ScopeRecord[32]; 118ScopeRecord[] newRecords = new ScopeRecord[lastRecord * 2]; 195private static ScopeFlags GetName(ref ScopeRecord re, out string prefix, out string nsUri) { 297internal System.Collections.Generic.IEnumerable<ScopeRecord> GetActiveRecords() { 344public ScopeRecord Current {
System\Xml\Xsl\Xslt\QilGenerator.cs (4)
22using ScopeRecord = CompilerScopeManager<QilIterator>.ScopeRecord; 288foreach (ScopeRecord rec in this.scope) { 718foreach (ScopeRecord rec in this.scope) { 2083foreach (ScopeRecord rec in this.scope) {
System\Xml\Xsl\Xslt\XslAstAnalyzer.cs (1)
1273foreach (var scoperecord in scope.GetActiveRecords()) {