Home
last modified time | relevance | path

Searched refs:CreateGetRefKeyOp (Results 1 – 4 of 4) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data.Entity/System/Data/Query/InternalTrees/
H A DOpCopier.cs638 return CopyDefault(m_destCmd.CreateGetRefKeyOp(op.Type), n); in Visit()
H A DCommand.cs989 internal GetRefKeyOp CreateGetRefKeyOp(TypeUsage type) in CreateGetRefKeyOp() method in System.Data.Query.InternalTrees.Command
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data.Entity/System/Data/Query/PlanCompiler/
H A DPreProcessor.cs1673 m_command.CreateNode(m_command.CreateGetRefKeyOp(keyExpr.Op.Type), sourceEndNode)); in BuildRelPropertyExpression()
H A DITreeGenerator.cs2131 Op op = _iqtCommand.CreateGetRefKeyOp(e.ResultType); in Visit()