1 write to Constraints
Microsoft.CodeAnalysis (1)
MetadataReader\MetadataDecoder.cs (1)
91this.Constraints = constraints;
3 references to Constraints
Microsoft.CodeAnalysis (3)
MetadataReader\MetadataDecoder.cs (3)
97return new LocalInfo<TypeSymbol>(this.Type, this.CustomModifiers, this.Constraints, signature); 100public bool IsByRef => (Constraints & LocalSlotConstraints.ByRef) != 0; 102public bool IsPinned => (Constraints & LocalSlotConstraints.Pinned) != 0;