1 implementation of IGCInfoDecoder
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\GCInfo\GCInfoDecoder.cs (1)
12internal class GcInfoDecoder<TTraits> : IGCInfoDecoder where TTraits : IGCInfoTraits
7 references to IGCInfoDecoder
Microsoft.Diagnostics.DataContractReader.Contracts (7)
Contracts\GCInfo\GCInfo_1.cs (6)
27IGCInfoDecoder handle = AssertCorrectHandle(gcInfoHandle); 33IGCInfoDecoder handle = AssertCorrectHandle(gcInfoHandle); 39IGCInfoDecoder handle = AssertCorrectHandle(gcInfoHandle); 45IGCInfoDecoder handle = AssertCorrectHandle(gcInfoHandle); 49private static IGCInfoDecoder AssertCorrectHandle(IGCInfoHandle gcInfoHandle) 51if (gcInfoHandle is not IGCInfoDecoder handle)
Contracts\GCInfo\GCInfoDecoder.cs (1)
529IReadOnlyList<LiveSlot> IGCInfoDecoder.EnumerateLiveSlots(