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