4 references to RefCounted
Microsoft.Diagnostics.DataContractReader.Contracts (4)
Contracts\GC\GC_1.cs (4)
458
supportedTypes.Add(HandleType.
RefCounted
);
481
(uint)HandleType_1.RefCounted => HandleType.
RefCounted
,
506
HandleType.
RefCounted
=> (uint)HandleType_1.RefCounted,
543
private static bool IsRefCounted(HandleType type) => type == HandleType.
RefCounted
;