7 references to CreateConstantOp
System.Data.Entity (7)
System\Data\Query\InternalTrees\OpCopier.cs (1)
295ConstantBaseOp newOp = m_destCmd.CreateConstantOp(op.Type, op.Value);
System\Data\Query\PlanCompiler\ITreeGenerator.cs (1)
988ConstantBaseOp op = _iqtCommand.CreateConstantOp(e.ResultType, e.GetValue());
System\Data\Query\PlanCompiler\KeyPullup.cs (1)
319m_command.CreateConstantOp(m_command.IntegerType, m_command.NextBranchDiscriminatorValue)), out branchDiscriminatorVar));
System\Data\Query\PlanCompiler\NominalTypeEliminator.cs (2)
1890m_command.CreateConstantOp( 2618ConstantBaseOp discriminatorValueOp = m_command.CreateConstantOp(md.Helper.GetModelTypeUsage(op.DiscriminatorMap.DiscriminatorProperty.TypeUsage),
System\Data\Query\PlanCompiler\PreProcessor.cs (2)
1479ConstantBaseOp trueOp = m_command.CreateConstantOp(op.Type, true); 2011m_command.CreateConstantOp(m_command.IntegerType, i)));