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