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