6 references to Strong
Microsoft.Diagnostics.DataContractReader.Contracts (4)
Contracts\GC\GC_1.cs (4)
547
HandleType.
Strong
,
576
(uint)HandleType_1.Strong => HandleType.
Strong
,
599
HandleType.
Strong
=> (uint)HandleType_1.Strong,
638
private static bool IsStrongReference(HandleType type) => type == HandleType.
Strong
|| type == HandleType.Pinned;
Microsoft.Diagnostics.DataContractReader.Legacy (2)
Dbi\Helpers\RefWalk.cs (2)
75
types.Add(HandleType.
Strong
);
101
case HandleType.
Strong
: