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