4 references to IsMarked
Microsoft.CodeAnalysis.Workspaces (4)
src\Dependencies\Collections\SegmentedHashSet`1.cs (4)
1197if (entry._next >= -1 && !bitHelper.IsMarked(i)) 1272if (location < originalCount && !itemsAddedFromOther.IsMarked(location)) 1282if (itemsToRemove.IsMarked(i)) 1345if (!bitHelper.IsMarked(index))