6 references to RefCounted
Microsoft.Diagnostics.DataContractReader.Contracts (4)
Contracts\GC\GC_1.cs (4)
555
supportedTypes.Add(HandleType.
RefCounted
);
578
(uint)HandleType_1.RefCounted => HandleType.
RefCounted
,
603
HandleType.
RefCounted
=> (uint)HandleType_1.RefCounted,
640
private static bool IsRefCounted(HandleType type) => type == HandleType.
RefCounted
;
Microsoft.Diagnostics.DataContractReader.Legacy (2)
Dbi\Helpers\RefWalk.cs (2)
83
types.Add(HandleType.
RefCounted
);
113
case HandleType.
RefCounted
: