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)
32
internal bool IsNull =>
_bits
.IsNull;
34
internal int Capacity =>
_bits
.Capacity / 2;
36
internal IEnumerable<ulong> Words() =>
_bits
.Words();
43
return (
_bits
[index + 1],
_bits
[index]) switch
54
(
_bits
[index + 1],
_bits
[index]) = value switch
67
return
_bits
.Equals(other.
_bits
);
77
return
_bits
.GetHashCode();