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