2 instantiations of ExceptOp
System.Data.Entity (2)
System\Data\Query\InternalTrees\Command.cs (1)
1407
return new
ExceptOp
(vec, leftMap, rightMap);
System\Data\Query\InternalTrees\RelOps.cs (1)
957
internal static readonly ExceptOp Pattern = new
ExceptOp
();
7 references to ExceptOp
System.Data.Entity (7)
System\Data\Query\InternalTrees\Command.cs (1)
1399
internal
ExceptOp
CreateExceptOp(VarMap leftMap, VarMap rightMap)
System\Data\Query\InternalTrees\OpCopier.cs (1)
997
public override Node Visit(
ExceptOp
op, Node n)
System\Data\Query\InternalTrees\RelOps.cs (1)
957
internal static readonly
ExceptOp
Pattern = new ExceptOp();
System\Data\Query\InternalTrees\Visitors.cs (2)
676
public virtual void Visit(
ExceptOp
op, Node n)
1079
public virtual TResultType Visit(
ExceptOp
op, Node n)
System\Data\Query\PlanCompiler\CTreeGenerator.cs (1)
2204
public override DbExpression Visit(
ExceptOp
op, Node n)
System\Data\Query\PlanCompiler\TransformationRules.cs (1)
1524
new Node(
ExceptOp
.Pattern,