7 references to GetMappedVar
System.Data.Entity (7)
System\Data\Query\InternalTrees\OpCopier.cs (7)
171Var mappedVar = GetMappedVar(v); 209GetMappedVar(sortKey.Var), 716Var mappedVar = GetMappedVar(op.Var); 929leftMap.Add(outputVar, GetMappedVar(kv.Value)); 930rightMap.Add(outputVar, GetMappedVar((op.VarMap[1])[kv.Key])); 941branchDiscriminator = GetMappedVar(branchDiscriminator); 1108newDiscriminator = GetMappedVar(ssnOp.Discriminator);