6 references to CreateGetEntityRefOp
System.Data.Entity (6)
System\Data\Query\InternalTrees\OpCopier.cs (1)
649return CopyDefault(m_destCmd.CreateGetEntityRefOp(op.Type), n);
System\Data\Query\PlanCompiler\ITreeGenerator.cs (2)
1190return _iqtCommand.CreateNode(_iqtCommand.CreateGetEntityRefOp(refType), arg); 2137Op op = _iqtCommand.CreateGetEntityRefOp(e.ResultType);
System\Data\Query\PlanCompiler\PreProcessor.cs (3)
652m_command.CreateGetEntityRefOp(derefOpNode.Child0.Op.Type), 724m_command.CreateNode(m_command.CreateGetEntityRefOp(end.TypeUsage), m_command.CreateNode(m_command.CreateVarRefOp(esVar))), 1003m_command.CreateGetEntityRefOp(relProperty.FromEnd.TypeUsage),