4 references to TypeChoices
System.Data.Entity (4)
System\Data\Common\Internal\Materialization\Translator.cs (1)
1505
foreach (var typeChoice in columnMap.
TypeChoices
)
System\Data\Query\InternalTrees\ColumnMap.cs (1)
513
foreach (var kv in this.
TypeChoices
)
System\Data\Query\InternalTrees\ColumnMapVisitor.cs (1)
143
foreach (var typeColumnMap in columnMap.
TypeChoices
.Values)
System\Data\Query\InternalTrees\Dump.cs (1)
714
foreach (var tc in columnMap.
TypeChoices
) {