5 references to BitArray
mscorlib (1)
system\collections\bitarray.cs (1)
36: this(length, false) {
System.Data (1)
fx\src\data\System\Data\DataTable.cs (1)
632BitArray rowStates = new BitArray(rowCount * 3, false); //All bit flags are set to false on initialization of the BitArray.
System.Data.Entity (2)
System\Data\Mapping\FunctionImportMapping.cs (1)
446var unambigouslyReachableMap = new BitArray(candidateFunctions.Length, true);
System\Data\Mapping\FunctionImportMappingNonComposable.cs (1)
106BitArray typeCandidates = new BitArray(resultMapping.MappedEntityTypes.Count, true);
System.Data.SqlXml (1)
System\Xml\Xsl\QIL\QilPatternVisitor.cs (1)
295this.bits = new BitArray(szBits, allSet);