6 references to ScheduleTimeRecord
Microsoft.Build (6)
BackEnd\Components\Scheduler\SchedulableRequest.cs (6)
141
_timeRecords[SchedulableRequestState.Unscheduled] = new
ScheduleTimeRecord
();
142
_timeRecords[SchedulableRequestState.Blocked] = new
ScheduleTimeRecord
();
143
_timeRecords[SchedulableRequestState.Yielding] = new
ScheduleTimeRecord
();
144
_timeRecords[SchedulableRequestState.Executing] = new
ScheduleTimeRecord
();
145
_timeRecords[SchedulableRequestState.Ready] = new
ScheduleTimeRecord
();
146
_timeRecords[SchedulableRequestState.Completed] = new
ScheduleTimeRecord
();