3 references to Pinned
Microsoft.CodeAnalysis (3)
CodeGen\LocalDefinition.cs (1)
125
=> (_constraints & LocalSlotConstraints.
Pinned
) != 0;
MetadataReader\MetadataDecoder.cs (2)
102
public bool IsPinned => (Constraints & LocalSlotConstraints.
Pinned
) != 0;
956
constraints |= LocalSlotConstraints.
Pinned
;