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