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