Data\ProgressReporter.cs (4)
395_pendingEvents.Enqueue(new ProgressEvent(newInfo.Index, newInfo.Name, newInfo.StartTime, ProgressEvent.EventKind.Start));
413_pendingEvents.Enqueue(new ProgressEvent(info.Index, info.Name, info.StartTime, ProgressEvent.EventKind.Stop));
419_pendingEvents.Enqueue(new ProgressEvent(info.Index, info.Name, info.StartTime, entry));
463list.Add(new ProgressEvent(info.Index, info.Name, info.StartTime, entry));