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)); 132return (_array[bitArrayIndex] & (MarkedBitFlag << (bitPosition % IntSize))) != 0;