1 write to scope
System.Data.SqlXml (1)
System\Xml\Xsl\Xslt\CompilerScopeManager.cs (1)
322this.scope = scope;
6 references to scope
System.Data.SqlXml (6)
System\Xml\Xsl\Xslt\CompilerScopeManager.cs (6)
333if (scope.records[currentRecord].IsNamespace) { 335if (scope.LookupNamespace(scope.records[currentRecord].ncName, lastRecord, currentRecord + 1) == null) { 346Debug.Assert(LastPredefRecord <= currentRecord && currentRecord <= scope.lastRecord, "MoveNext() either was not called or returned false"); 347Debug.Assert(scope.records[currentRecord].IsNamespace); 348return scope.records[currentRecord];