1 write to _arrayPtr
Microsoft.Build (1)
Collections\RetrievableEntryHashSet\BitHelper.cs (1)
73_arrayPtr = bitArrayPtr;
2 references to _arrayPtr
Microsoft.Build (2)
Collections\RetrievableEntryHashSet\BitHelper.cs (2)
100_arrayPtr[bitArrayIndex] |= (MarkedBitFlag << (bitPosition % IntSize)); 123return (_arrayPtr[bitArrayIndex] & (MarkedBitFlag << (bitPosition % IntSize))) != 0;