3 references to And
System.Data.Entity (3)
System\Data\Mapping\FunctionImportMappingNonComposable.cs (2)
126typeCandidates = typeCandidates.And(typeMapping.ImpliedEntityTypes); 133typeCandidates = typeCandidates.And(typeMapping.ComplementImpliedEntityTypes);
System\Data\Query\InternalTrees\Vars.cs (1)
314m_bitVector.And(other.m_bitVector);