private void AddTaskReportsToProto()
        {
            MaybeInitBuilder();
            builder.ClearTaskReports();
            if (taskReports == null)
            {
                return;
            }
            IEnumerable <MRProtos.TaskReportProto> iterable = new _IEnumerable_124(this);

            builder.AddAllTaskReports(iterable);
        }
        private void AddCompletionEventsToProto()
        {
            MaybeInitBuilder();
            builder.ClearCompletionEvents();
            if (completionEvents == null)
            {
                return;
            }
            IEnumerable <MRProtos.TaskAttemptCompletionEventProto> iterable = new _IEnumerable_124
                                                                                  (this);

            builder.AddAllCompletionEvents(iterable);
        }
 public _IEnumerator_127(_IEnumerable_124 _enclosing)
 {
     this._enclosing = _enclosing;
     this.iter       = this._enclosing._enclosing.taskReports.GetEnumerator();
 }
 public _IEnumerator_127(_IEnumerable_124 _enclosing)
 {
     this._enclosing = _enclosing;
     this.iter       = this._enclosing._enclosing.completionEvents.GetEnumerator();
 }