2 implementations of GenerationTable
Microsoft.Diagnostics.DataContractReader.Contracts (2)
Contracts\GC\GCHeapWKS.cs (1)
56public TargetPointer GenerationTable { get; }
Data\GC\GCHeapSVR.cs (1)
65public TargetPointer GenerationTable { get; }
1 reference to GenerationTable
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\GC\GC_1.cs (1)
181GenerationTable = GetGenerationData(heap.GenerationTable).AsReadOnly(),