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