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