1 implementation of EnumerateLiveSlots
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\GCInfo\GCInfo_1.cs (1)
43IReadOnlyList<LiveSlot> IGCInfo.EnumerateLiveSlots(IGCInfoHandle gcInfoHandle, uint instructionOffset, GcSlotEnumerationOptions options)
2 references to EnumerateLiveSlots
Microsoft.Diagnostics.DataContractReader.Abstractions (1)
Contracts\IGCInfo.cs (1)
29/// Options controlling which GC slots are reported by <see cref="IGCInfo.EnumerateLiveSlots"/>.
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\StackWalk\GC\GcScanner.cs (1)
52IReadOnlyList<LiveSlot> liveSlots = _gcInfo.EnumerateLiveSlots(handle, offsetToUse, options);