2 implementations of EnumerateLiveSlots
Microsoft.Diagnostics.DataContractReader.Contracts (2)
Contracts\GCInfo\GCInfoDecoder.cs (1)
535IReadOnlyList<LiveSlot> IGCInfoDecoder.EnumerateLiveSlots(
Contracts\GCInfo\X86\GCInfo.cs (1)
274IReadOnlyList<LiveSlot> IGCInfoDecoder.EnumerateLiveSlots(uint instructionOffset, GcSlotEnumerationOptions options)
2 references to EnumerateLiveSlots
Microsoft.Diagnostics.DataContractReader.Contracts (2)
Contracts\GCInfo\GCInfo_1.cs (1)
58return handle.EnumerateLiveSlots(instructionOffset, options);
Contracts\GCInfo\GCInfoX86_1.cs (1)
47=> AssertCorrectHandle(gcInfoHandle).EnumerateLiveSlots(instructionOffset, options);