6 references to Strong
Microsoft.Diagnostics.DataContractReader.Contracts (4)
Contracts\GC\GC_1.cs (4)
555HandleType.Strong, 584(uint)HandleType_1.Strong => HandleType.Strong, 607HandleType.Strong => (uint)HandleType_1.Strong, 646private 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: