4 references to IsMarked
Microsoft.CodeAnalysis (4)
src\Dependencies\Collections\Segmented\SegmentedHashSet`1.cs (4)
1199
if (entry._next >= -1 && !bitHelper.
IsMarked
(i))
1274
if (location < originalCount && !itemsAddedFromOther.
IsMarked
(location))
1284
if (itemsToRemove.
IsMarked
(i))
1347
if (!bitHelper.
IsMarked
(index))