4 references to CreateCollectionType
System.Data.Entity (4)
System\Data\Query\InternalTrees\Command.cs (1)
1453TypeUtils.CreateCollectionType(varRefColumnMap.Type), // type
System\Data\Query\PlanCompiler\NestPullup.cs (1)
2309TypeUtils.CreateCollectionType(newCollectionInfo.ColumnMap.Type),
System\Data\Query\PlanCompiler\NominalTypeEliminator.cs (2)
244newType = TypeUtils.CreateCollectionType(newElementType); 983SimpleCollectionColumnMap resultColumnMap = new SimpleCollectionColumnMap(TypeUtils.CreateCollectionType(newColumnMap.Type), newColumnMap.Name, newColumnMap, columnMap.Keys, columnMap.ForeignKeys);