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