1 instantiation of DbIntersectExpression
System.Data.Entity (1)
System\Data\Common\CommandTrees\ExpressionBuilder\DbExpressionBuilder.cs (1)
1390
return new
DbIntersectExpression
(resultType, left, right);
25 references to DbIntersectExpression
System.Data.Entity (25)
System\Data\Common\CommandTrees\BasicExpressionVisitor.cs (2)
433
/// Visitor pattern method for <see cref="
DbIntersectExpression
"/>.
437
public override void Visit(
DbIntersectExpression
expression)
System\Data\Common\CommandTrees\DbExpressionVisitor.cs (1)
133
public abstract void Visit(
DbIntersectExpression
expression);
System\Data\Common\CommandTrees\DbExpressionVisitor_TResultType.cs (1)
152
public abstract TResultType Visit(
DbIntersectExpression
expression);
System\Data\Common\CommandTrees\DefaultExpressionVisitor.cs (1)
658
public override DbExpression Visit(
DbIntersectExpression
expression)
System\Data\Common\CommandTrees\ExpressionBuilder\DbExpressionBuilder.cs (2)
1380
/// Creates a new <see cref="
DbIntersectExpression
"/> that computes the intersection of the left and right set arguments.
1387
public static
DbIntersectExpression
Intersect(this DbExpression left, DbExpression right)
System\Data\Common\CommandTrees\ExpressionBuilder\Internal\ArgumentValidation.cs (1)
1352
return RequireComparableCollectionArguments<
DbIntersectExpression
>(left, right);
System\Data\Common\CommandTrees\Internal\ExpressionDumper.cs (1)
606
public override void Visit(
DbIntersectExpression
e)
System\Data\Common\CommandTrees\Internal\ExpressionKeyGen.cs (1)
435
public override void Visit(
DbIntersectExpression
e)
System\Data\Common\CommandTrees\Internal\ExpressionPrinter.cs (1)
666
public override TreeNode Visit(
DbIntersectExpression
e)
System\Data\Mapping\Update\Internal\UpdateExpressionVisitor.cs (1)
152
public override TReturn Visit(
DbIntersectExpression
expression)
System\Data\Mapping\ViewValidator.cs (1)
460
public override DbExpressionEntitySetInfo Visit(
DbIntersectExpression
expression)
System\Data\Objects\ELinq\ExpressionConverter.cs (2)
466
private
DbIntersectExpression
Intersect(DbExpression left, DbExpression right)
468
DbIntersectExpression
retExpr = left.Intersect(right);
System\Data\Query\PlanCompiler\ITreeGenerator.cs (1)
1651
public override Node Visit(
DbIntersectExpression
e)
System\Data\SqlClient\SqlGen\Sql8ConformanceChecker.cs (2)
22
/// <item><see cref="
DbIntersectExpression
"/></item>
406
public override bool Visit(
DbIntersectExpression
expression)
System\Data\SqlClient\SqlGen\Sql8ExpressionRewriter.cs (5)
30
/// <item><see cref="
DbIntersectExpression
"/></item>
83
public override DbExpression Visit(
DbIntersectExpression
e)
158
/// This method is invoked when tranforming <see cref="
DbIntersectExpression
"/> and <see cref="DbExceptExpression"/> by doing comparison over all input columns.
171
/// This method is used for translating <see cref="
DbIntersectExpression
"/> and <see cref="DbExceptExpression"/>,
196
/// <see cref="DbExceptExpression"/> or <see cref="
DbIntersectExpression
"/>.
System\Data\SqlClient\SqlGen\SqlGenerator.cs (2)
1565
public override ISqlFragment Visit(
DbIntersectExpression
e)
2597
/// and <see cref="Visit(
DbIntersectExpression
)"/>