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