4 references to BitArray
Microsoft.CodeAnalysis.UnitTests (1)
Collections\List\IEnumerable.Generic.Tests.cs (1)
230new BitArray(
System.Collections (1)
System\Collections\BitArray.cs (1)
33: this(length, false)
System.Data.Common (1)
System\Data\DataTable.cs (1)
698BitArray 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);