3 references to ByRef
Microsoft.CodeAnalysis (3)
CodeGen\LocalDefinition.cs (1)
128
=> (_constraints & LocalSlotConstraints.
ByRef
) != 0;
MetadataReader\MetadataDecoder.cs (2)
100
public bool IsByRef => (Constraints & LocalSlotConstraints.
ByRef
) != 0;
962
constraints |= LocalSlotConstraints.
ByRef
;