7 references to FlattenVarSet
System.Data.Entity (7)
System\Data\Query\PlanCompiler\NominalTypeEliminator.cs (7)
1053VarVec newKeys = FlattenVarSet(op.Keys); 1075VarVec newKeys = FlattenVarSet(op.Keys); 1076VarVec newOutputs = FlattenVarSet(op.Outputs); 1103VarVec newKeys = FlattenVarSet(op.Keys); 1104VarVec newInputs = FlattenVarSet(op.Inputs); 1105VarVec newOutputs = FlattenVarSet(op.Outputs); 1130VarVec newVars = FlattenVarSet(op.Outputs);