4 references to LastPredefRecord
System.Private.Xml (4)
System\Xml\Xsl\Xslt\CompilerScopeManager.cs (4)
50private int _lastRecord = LastPredefRecord; 360while (LastPredefRecord < --currentRecord) 395while (LastPredefRecord < --_currentRecord) 414Debug.Assert(LastPredefRecord <= _currentRecord && _currentRecord <= _scope._lastRecord, "MoveNext() either was not called or returned false");