Variable EditOperation._oldContent

old content for range

class EditOperation
{
  // ...
  dstring[] _oldContent;
  // ...
}