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