7 references to EntityIdentity
System.Data.Entity (7)
System\Data\Common\Internal\Materialization\ColumnMapKeyBuilder.cs (1)
248Append("Ref-", columnMap.EntityIdentity);
System\Data\Common\Internal\Materialization\Translator.cs (1)
2042EntityIdentity entityIdentity = columnMap.EntityIdentity;
System\Data\Query\InternalTrees\ColumnMapCopier.cs (1)
261EntityIdentity newEntityIdentity = VisitEntityIdentity(columnMap.EntityIdentity, replacementVarMap);
System\Data\Query\InternalTrees\ColumnMapVisitor.cs (1)
168VisitEntityIdentity(columnMap.EntityIdentity, arg);
System\Data\Query\InternalTrees\Dump.cs (1)
753VisitEntityIdentity(columnMap.EntityIdentity, dumper);
System\Data\Query\PlanCompiler\ColumnMapTranslator.cs (2)
410EntityIdentity newEntityIdentity = VisitEntityIdentity(columnMap.EntityIdentity, translationDelegate); 412if (newEntityIdentity != columnMap.EntityIdentity)