14 references to And
System.Data.Entity (14)
System\Data\Query\InternalTrees\NodeInfo.cs (7)
498nodeInfo.NonNullableDefinitions.And(nodeInfo.Definitions); 616nodeInfo.NonNullableDefinitions.And(op.Outputs); 759nodeInfo.NonNullableDefinitions.And(op.Keys); 1107nodeInfo.NonNullableDefinitions.And(rightNonNullableVars); 1111nodeInfo.NonNullableDefinitions.And(op.Outputs); 1209nodeInfo.NonNullableDefinitions.And(op.Keys); 1301nodeInfo.NonNullableDefinitions.And(nodeInfo.Definitions);
System\Data\Query\InternalTrees\Vars.cs (2)
333this.And(tmp); 345otherCopy.And(this);
System\Data\Query\PlanCompiler\NestPullup.cs (2)
1154externalReferences.And(projectNode.GetExtendedNodeInfo(Command).Definitions); 1408leftCorrelationVars.And(nestNode.Child0.GetExtendedNodeInfo(this.Command).Definitions);
System\Data\Query\PlanCompiler\Predicate.cs (1)
497otherVarExternalReferences.And(definitions);
System\Data\Query\PlanCompiler\ProjectionPruner.cs (2)
241varSet.And(m_referencedVars); 656op.Table.ReferencedColumns.And(m_referencedVars);