2 references to Translate
System.Data.Entity (2)
System\Data\Query\PlanCompiler\NestPullup.cs (1)
2270ColumnMap newColumnMap = ColumnMapTranslator.Translate(ci.ColumnMap, varMapList[i]);
System\Data\Query\PlanCompiler\VarRemapper.cs (1)
265SimpleCollectionColumnMap newColumnMap = (SimpleCollectionColumnMap)ColumnMapTranslator.Translate(op.ColumnMap, m_varMap);