8 references to BitHelper
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (8)
src\Dependencies\Collections\SegmentedHashSet`1.cs (8)
1179? new BitHelper(span.Slice(0, intArrayLength), clear: true)
1180: new BitHelper(new int[intArrayLength], clear: false);
1247? new BitHelper(itemsToRemoveSpan.Slice(0, intArrayLength), clear: true)
1248: new BitHelper(new int[intArrayLength], clear: false);
1252? new BitHelper(itemsAddedFromOtherSpan.Slice(0, intArrayLength), clear: true)
1253: new BitHelper(new int[intArrayLength], clear: false);
1334? new BitHelper(span.Slice(0, intArrayLength), clear: true)
1335: new BitHelper(new int[intArrayLength], clear: false);