3 references to Gen0
Microsoft.Diagnostics.DataContractReader.Contracts (2)
Contracts\GC\GC_1.cs (2)
409
yield return new GCHeapSegmentInfo(seg.Mem, end, GCSegmentClassification.
Gen0
);
464
if (segment.Generation is not (GCSegmentClassification.
Gen0
or GCSegmentClassification.Ephemeral))
Microsoft.Diagnostics.DataContractReader.Legacy (1)
Dbi\DacDbiImpl.cs (1)
3473
GCSegmentClassification.
Gen0
=> CorDebugGenerationTypes.CorDebug_Gen0,