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