2 writes to _bits
Microsoft.CodeAnalysis.CSharp (2)
Symbols\Synthesized\RefKindVector.cs (2)
24_bits = BitVector.Create(capacity * 2); 29_bits = bits;
10 references to _bits
Microsoft.CodeAnalysis.CSharp (10)
Symbols\Synthesized\RefKindVector.cs (10)
32internal bool IsNull => _bits.IsNull; 34internal int Capacity => _bits.Capacity / 2; 36internal IEnumerable<ulong> Words() => _bits.Words(); 43return (_bits[index + 1], _bits[index]) switch 54(_bits[index + 1], _bits[index]) = value switch 67return _bits.Equals(other._bits); 77return _bits.GetHashCode();