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