5 references to BitsPerRefKind
Microsoft.CodeAnalysis.CSharp (5)
Symbols\Synthesized\RefKindVector.cs (5)
25_bits = BitVector.Create(capacity * BitsPerRefKind); 35internal int Capacity => _bits.Capacity / BitsPerRefKind; 43index *= BitsPerRefKind; 56index *= BitsPerRefKind; 139var bitVector = BitVector.FromWords(firstWord.Value, otherWords?.ToArrayAndFree() ?? Array.Empty<ulong>(), capacity * BitsPerRefKind);