19 references to BitArray
illink (1)
Linker.Steps\UnreachableBlocksOptimizer.cs (1)
1072
var reachable = new
BitArray
(FoldedInstructions.Count);
Microsoft.CodeAnalysis.Workspaces (1)
Shared\Utilities\BloomFilter.cs (1)
48
_bitArray = new
BitArray
(length: sizeInEvenBytes);
Microsoft.ML.Data (1)
DataView\ArrayDataViewBuilder.cs (1)
273
_active = new
BitArray
(view.Schema.Count);
Microsoft.ML.Ensemble (1)
Selector\FeatureSelector\RandomFeatureSelector.cs (1)
54
var features = new
BitArray
(len);
Microsoft.ML.FastTree (1)
FastTree.cs (1)
1678
BitArray rowHasMissing = new
BitArray
(temp.Length);
Microsoft.ML.Transforms (3)
MissingValueReplacing.cs (2)
259
_repIsDefault[iinfo] = new
BitArray
(srcType.Size);
370
BitArray defaultSlots = new
BitArray
(values.Length);
SvmLight\SvmLightLoader.cs (1)
356
_indexUsed = new
BitArray
((int)_keyMax);
PresentationCore (1)
MS\Internal\Shaping\OpenTypeLayoutCache.cs (1)
442
BitArray lookupUsage = new
BitArray
(lookupCount);
PresentationFramework (4)
System\Windows\Documents\FixedDSBuilder.cs (1)
68
_visitedArray = new
BitArray
(fixedNodes.Count);
System\Windows\SystemColors.cs (2)
2465
private static BitArray _colorCacheValid = new
BitArray
((int)CacheSlot.NumSlots);
2467
private static BitArray _brushCacheValid = new
BitArray
((int)CacheSlot.NumSlots);
System\Windows\SystemParameters.cs (1)
5933
private static BitArray _cacheValid = new
BitArray
((int)CacheSlot.NumSlots);
System.Data.Common (3)
System\Data\Common\DataStorage.cs (1)
265
_dbNullBits = new
BitArray
(capacity);
System\Data\DataSet.cs (1)
1307
_rowChanges = new
BitArray
(rowCount);
System\Data\DataTable.cs (1)
746
BitArray nullbits = new
BitArray
(recordCount);
System.Security.Cryptography (1)
src\libraries\Common\src\System\Security\Cryptography\EccKeyFormatHelper.cs (1)
393
BitArray poly = new
BitArray
(m + 1);
System.Text.Json (1)
System\Text\Json\Serialization\ReadStackFrame.cs (1)
147
RequiredPropertiesSet = new
BitArray
(typeInfo.NumberOfRequiredProperties);
System.Windows.Forms (1)
System\Windows\Forms\Layout\TableLayout.ReservationGrid.cs (1)
36
_rows.Add(new
BitArray
(_numColumns));