4 references to BitArray
Microsoft.CodeAnalysis.UnitTests (1)
Collections\List\IEnumerable.Generic.Tests.cs (1)
230
new
BitArray
(
System.Collections (1)
System\Collections\BitArray.cs (1)
33
:
this
(length, false)
System.Data.Common (1)
System\Data\DataTable.cs (1)
698
BitArray rowStates = new
BitArray
(rowCount * 3, false); //All bit flags are set to false on initialization of the BitArray.
System.Private.Xml (1)
System\Xml\Xsl\QIL\QilPatternVisitor.cs (1)
279
_bits = new
BitArray
(szBits, allSet);