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