7 references to EntitySetColumnMap
System.Data.Entity (7)
System\Data\Common\Internal\Materialization\ColumnMapKeyBuilder.cs (1)
174Append("CM", discriminated.EntitySetColumnMap);
System\Data\Common\Internal\Materialization\Translator.cs (1)
932Expression discriminator = discriminatedEntityIdentity.EntitySetColumnMap.Accept(translator, new TranslatorArg(typeof(int?))).Expression;
System\Data\Query\InternalTrees\ColumnMapCopier.cs (1)
141SimpleColumnMap newEntitySetCol = (SimpleColumnMap)entityIdentity.EntitySetColumnMap.Accept(this, replacementVarMap);
System\Data\Query\InternalTrees\ColumnMapVisitor.cs (1)
69entityIdentity.EntitySetColumnMap.Accept(this, arg);
System\Data\Query\InternalTrees\Dump.cs (1)
808entityIdentity.EntitySetColumnMap.Accept(this, dumper);
System\Data\Query\PlanCompiler\ColumnMapTranslator.cs (2)
248ColumnMap newEntitySetColumnMap = entityIdentity.EntitySetColumnMap.Accept(this, translationDelegate); 251if (newEntitySetColumnMap != entityIdentity.EntitySetColumnMap)