public string ReadToLineEnd() { using (this.RecordReadRange()) { var result = this.RemainingLine; this.SetPointer(_textPointer.OffsetColumn(result.Length)); return(result); } }