3 writes to currentRecord
System.Data.SqlXml (3)
System\Xml\Xsl\Xslt\CompilerScopeManager.cs (3)
324this.currentRecord = lastRecord + 1; 328currentRecord = lastRecord + 1; 332while (LastPredefRecord < --currentRecord) {
7 references to currentRecord
System.Data.SqlXml (7)
System\Xml\Xsl\Xslt\CompilerScopeManager.cs (7)
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];