8 references to Or
System.Data.Entity (8)
System\Data\Query\InternalTrees\Dump.cs (1)
961
case OpType.
Or
:
System\Data\Query\InternalTrees\ScalarOps.cs (1)
770
internal static readonly ConditionalOp PatternOr = new ConditionalOp(OpType.
Or
);
System\Data\Query\PlanCompiler\CTreeGenerator.cs (1)
925
case OpType.
Or
:
System\Data\Query\PlanCompiler\ITreeGenerator.cs (3)
1527
Op op = _iqtCommand.CreateConditionalOp(OpType.
Or
);
2723
_iqtCommand.CreateConditionalOp(OpType.
Or
),
2999
_iqtCommand.CreateConditionalOp(OpType.
Or
),
System\Data\Query\PlanCompiler\NominalTypeEliminator.cs (1)
3041
current = m_command.CreateNode(m_command.CreateConditionalOp(OpType.
Or
), current, typeComparisonNode);
System\Data\Query\PlanCompiler\TransformationRules.cs (1)
1202
case OpType.
Or
: