8 references to EntityIdentity
System.Data.Entity (8)
System\Data\Common\Internal\Materialization\ColumnMapKeyBuilder.cs (1)
223Append(",I", columnMap.EntityIdentity);
System\Data\Common\Internal\Materialization\Translator.cs (1)
1204EntityIdentity entityIdentity = columnMap.EntityIdentity;
System\Data\Query\InternalTrees\ColumnMapCopier.cs (1)
200EntityIdentity newEntityIdentity = VisitEntityIdentity(columnMap.EntityIdentity, replacementVarMap);
System\Data\Query\InternalTrees\ColumnMapVisitor.cs (1)
117VisitEntityIdentity(columnMap.EntityIdentity, arg);
System\Data\Query\InternalTrees\Dump.cs (1)
674VisitEntityIdentity(columnMap.EntityIdentity, dumper);
System\Data\Query\PlanCompiler\ColumnMapProcessor.cs (1)
205columnMap = new EntityColumnMap(typeInfo.Type, name, propertyColumnMapList.ToArray(), superTypeColumnMap.EntityIdentity);
System\Data\Query\PlanCompiler\ColumnMapTranslator.cs (2)
323EntityIdentity newEntityIdentity = VisitEntityIdentity(columnMap.EntityIdentity, translationDelegate); 326if (newEntityIdentity != columnMap.EntityIdentity)