2 implementations of GetSlotLifetimes
Microsoft.Diagnostics.DataContractReader.Contracts (2)
Contracts\GCInfo\GCInfoDecoder.cs (1)
634public IReadOnlyList<GCSlotLifetime> GetSlotLifetimes()
Contracts\GCInfo\X86\GCInfo.cs (1)
1052IReadOnlyList<GCSlotLifetime> IGCInfoDecoder.GetSlotLifetimes()
2 references to GetSlotLifetimes
Microsoft.Diagnostics.DataContractReader.Contracts (2)
Contracts\GCInfo\GCInfo_1.cs (1)
58return handle.GetSlotLifetimes();
Contracts\GCInfo\GCInfoX86_1.cs (1)
47=> AssertCorrectHandle(gcInfoHandle).GetSlotLifetimes();