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