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