2 references to BitArray
System.Data.Entity (1)
System\Data\Mapping\FunctionImportMapping.cs (1)
532this.ComplementImpliedEntityTypes = (new BitArray(this.ImpliedEntityTypes)).Not();
System.Data.SqlXml (1)
System\Xml\Xsl\QIL\QilPatternVisitor.cs (1)
292this.bits = new BitArray(toCopy.bits);