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