10 references to CreateSetOpVar
System.Data.Entity (10)
System\Data\Query\InternalTrees\Command.cs (1)
1634
SetOpVar newVar = this.
CreateSetOpVar
(unionAllVars[j].Type);
System\Data\Query\InternalTrees\OpCopier.cs (1)
923
Var outputVar = m_destCmd.
CreateSetOpVar
(kv.Key.Type);
System\Data\Query\PlanCompiler\ITreeGenerator.cs (1)
1610
Var outputVar = _iqtCommand.
CreateSetOpVar
(TypeHelpers.GetEdmType<CollectionType>(expression.ResultType).TypeUsage);
System\Data\Query\PlanCompiler\KeyPullup.cs (2)
230
Var outputBranchDiscriminatorVar = m_command.
CreateSetOpVar
(m_command.IntegerType);
270
Var newKeyVar = m_command.
CreateSetOpVar
(v.Type);
System\Data\Query\PlanCompiler\NestPullup.cs (1)
2586
Var outputVar = Command.
CreateSetOpVar
(unionAllOutputs[idx].Type);
System\Data\Query\PlanCompiler\NominalTypeEliminator.cs (3)
1640
Var newVar = m_command.
CreateSetOpVar
(newType);
1646
Var newVar = m_command.
CreateSetOpVar
(newType);
1665
SetOpVar newVar = m_command.
CreateSetOpVar
(md.Helper.GetModelTypeUsage(newProperty));
System\Data\Query\PlanCompiler\TransformationRules.cs (1)
3259
Var newVar = m_command.
CreateSetOpVar
(m_oldVar.Type);