6 references to GetEntityRef
System.Data.Entity (6)
System\Data\Query\InternalTrees\Dump.cs (1)
903
case OpType.
GetEntityRef
:
System\Data\Query\InternalTrees\ScalarOps.cs (2)
1486
internal GetEntityRefOp(TypeUsage type) : base(OpType.
GetEntityRef
, type) { }
1487
private GetEntityRefOp() : base(OpType.
GetEntityRef
) { }
System\Data\Query\PlanCompiler\NominalTypeEliminator.cs (2)
2283
PlanCompiler.Assert(op.OpType == OpType.
GetEntityRef
|| op.OpType == OpType.GetRefKey, "Expecting GetEntityRef or GetRefKey ops");
2303
PlanCompiler.Assert(op.OpType == OpType.
GetEntityRef
,
System\Data\Query\PlanCompiler\PreProcessor.cs (1)
480
if (navigateOpNode.Child0.Op.OpType == OpType.
GetEntityRef
&&