2 writes to _currentRecord
System.Private.Xml (2)
System\Xml\Xsl\Xslt\CompilerScopeManager.cs (2)
390_currentRecord = _lastRecord + 1; 395while (LastPredefRecord < --_currentRecord)
7 references to _currentRecord
System.Private.Xml (7)
System\Xml\Xsl\Xslt\CompilerScopeManager.cs (7)
397if (_scope._records[_currentRecord].IsNamespace) 400if (_scope.LookupNamespace(_scope._records[_currentRecord].ncName!, _lastRecord, _currentRecord + 1) == null) 414Debug.Assert(LastPredefRecord <= _currentRecord && _currentRecord <= _scope._lastRecord, "MoveNext() either was not called or returned false"); 415Debug.Assert(_scope._records[_currentRecord].IsNamespace); 416return _scope._records[_currentRecord];