Variable LineStream._crCount

class LineStream
{
  // ...
  int _crCount;
  // ...
}