4 references to RefCounted
Microsoft.Diagnostics.DataContractReader.Contracts (4)
Contracts\GC\GC_1.cs (4)
554
supportedTypes.Add(HandleType.
RefCounted
);
577
(uint)HandleType_1.RefCounted => HandleType.
RefCounted
,
602
HandleType.
RefCounted
=> (uint)HandleType_1.RefCounted,
639
private static bool IsRefCounted(HandleType type) => type == HandleType.
RefCounted
;