19 references to BitArray
illink (1)
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)
54var features = new BitArray(len);
Microsoft.ML.FastTree (1)
FastTree.cs (1)
1678BitArray rowHasMissing = new BitArray(temp.Length);
Microsoft.ML.Transforms (3)
MissingValueReplacing.cs (2)
259_repIsDefault[iinfo] = new BitArray(srcType.Size); 370BitArray defaultSlots = new BitArray(values.Length);
SvmLight\SvmLightLoader.cs (1)
356_indexUsed = new BitArray((int)_keyMax);
PresentationCore (1)
MS\Internal\Shaping\OpenTypeLayoutCache.cs (1)
442BitArray lookupUsage = new BitArray(lookupCount);
PresentationFramework (4)
System\Windows\Documents\FixedDSBuilder.cs (1)
68_visitedArray = new BitArray(fixedNodes.Count);
System\Windows\SystemColors.cs (2)
2465private static BitArray _colorCacheValid = new BitArray((int)CacheSlot.NumSlots); 2467private static BitArray _brushCacheValid = new BitArray((int)CacheSlot.NumSlots);
System\Windows\SystemParameters.cs (1)
5933private 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)
746BitArray nullbits = new BitArray(recordCount);
System.Security.Cryptography (1)
src\libraries\Common\src\System\Security\Cryptography\EccKeyFormatHelper.cs (1)
393BitArray poly = new BitArray(m + 1);
System.Text.Json (1)
System\Text\Json\Serialization\ReadStackFrame.cs (1)
147RequiredPropertiesSet = new BitArray(typeInfo.NumberOfRequiredProperties);
System.Windows.Forms (1)
System\Windows\Forms\Layout\TableLayout.ReservationGrid.cs (1)
36_rows.Add(new BitArray(_numColumns));