5 references to GcEventType
Microsoft.Diagnostics.DataContractReader.Abstractions (1)
Contracts\INotifications.cs (1)
34
public record struct GcEventData(
GcEventType
EventType, int CondemnedGeneration);
Microsoft.Diagnostics.DataContractReader.Contracts (3)
Contracts\Notifications_1.cs (3)
63
GcEventType
eventType = (
GcEventType
)(uint)exceptionInformation[1].Value;
65
return new GcNotificationData(eventData, IsSupportedEvent: eventType ==
GcEventType
.MarkEnd);
Microsoft.Diagnostics.DataContractReader.Legacy (1)
SOSDacImpl.IXCLRDataProcess.cs (1)
705
GcEventType
.MarkEnd => GcEvtArgs.GcEvt_t.GC_MARK_END,