1 write to _array
Microsoft.Build (1)
Collections\RetrievableEntryHashSet\BitHelper.cs (1)
86
_array
= bitArray;
2 references to _array
Microsoft.Build (2)
Collections\RetrievableEntryHashSet\BitHelper.cs (2)
108
_array
[bitArrayIndex] |= (MarkedBitFlag << (bitPosition % IntSize));
132
return (
_array
[bitArrayIndex] & (MarkedBitFlag << (bitPosition % IntSize))) != 0;