24 references to EQ
System.Data.Entity (24)
System\Data\Query\InternalTrees\Dump.cs (1)
889
case OpType.
EQ
:
System\Data\Query\InternalTrees\ScalarOps.cs (1)
684
internal static readonly ComparisonOp PatternEq = new ComparisonOp(OpType.
EQ
);
System\Data\Query\PlanCompiler\CTreeGenerator.cs (1)
853
case OpType.
EQ
:
System\Data\Query\PlanCompiler\ITreeGenerator.cs (3)
234
opMap[DbExpressionKind.Equals] = OpType.
EQ
;
578
ComparisonOp comparisonOp = _iqtCommand.CreateComparisonOp(OpType.
EQ
);
2725
_iqtCommand.CreateComparisonOp(OpType.
EQ
), keyNode, copyKeyNode),
System\Data\Query\PlanCompiler\JoinGraph.cs (1)
2440
Node equalsNode = m_command.CreateNode(m_command.CreateComparisonOp(OpType.
EQ
),
System\Data\Query\PlanCompiler\NominalTypeEliminator.cs (3)
2129
PlanCompiler.Assert(op.OpType == OpType.
EQ
|| op.OpType == OpType.NE, "non-equality comparison of structured types?");
2621
ComparisonOp discriminatorPredicateOp = m_command.CreateComparisonOp(OpType.
EQ
);
3061
ComparisonOp eqCompOp = m_command.CreateComparisonOp(OpType.
EQ
);
System\Data\Query\PlanCompiler\Predicate.cs (3)
218
if (part.Op.OpType != OpType.
EQ
)
344
if (simplePredicateNode.Op.OpType != OpType.
EQ
)
427
case OpType.
EQ
:
System\Data\Query\PlanCompiler\PreProcessor.cs (8)
539
Node predicateNode = m_command.BuildComparison(OpType.
EQ
, navigateOpNode.Child0, sourceEnd);
654
Node keyComparisonPred = m_command.BuildComparison(OpType.
EQ
, derefOpNode.Child0, entityRefNode);
723
Node joinPredicate = m_command.BuildComparison(OpType.
EQ
,
871
Node predicateNode = m_command.BuildComparison(OpType.
EQ
,
939
Node predicate = m_command.BuildComparison(OpType.
EQ
,
1491
ComparisonOp equalsOp = m_command.CreateComparisonOp(OpType.
EQ
);
1671
Node predicateNode = m_command.BuildComparison(OpType.
EQ
,
2007
ComparisonOp equalsOp = m_command.CreateComparisonOp(OpType.
EQ
);
System\Data\Query\PlanCompiler\TransformationRules.cs (3)
1076
PlanCompiler.Assert(node.Op.OpType == OpType.
EQ
|| node.Op.OpType == OpType.NE, "unexpected comparison op type?");
1084
bool result = (node.Op.OpType == OpType.
EQ
) ? (bool)comparisonStatus : !((bool)comparisonStatus);
4295
command.CreateComparisonOp(OpType.
EQ
),