8 references to BitHelper
Microsoft.CodeAnalysis.PerformanceSensitiveAnalyzers (8)
src\Dependencies\Collections\Segmented\SegmentedHashSet`1.cs (8)
1181
? new
BitHelper
(span.Slice(0, intArrayLength), clear: true)
1182
: new
BitHelper
(new int[intArrayLength], clear: false);
1249
? new
BitHelper
(itemsToRemoveSpan.Slice(0, intArrayLength), clear: true)
1250
: new
BitHelper
(new int[intArrayLength], clear: false);
1254
? new
BitHelper
(itemsAddedFromOtherSpan.Slice(0, intArrayLength), clear: true)
1255
: new
BitHelper
(new int[intArrayLength], clear: false);
1336
? new
BitHelper
(span.Slice(0, intArrayLength), clear: true)
1337
: new
BitHelper
(new int[intArrayLength], clear: false);