5 references to CreateCollectionType
System.Data.Entity (5)
System\Data\Common\CommandTrees\ExpressionBuilder\Internal\ArgumentValidation.cs (3)
1987
TypeHelpers.
CreateCollectionType
(
2000
TypeHelpers.
CreateCollectionType
(
2010
TypeUsage retUsage = TypeUsage.Create(TypeHelpers.
CreateCollectionType
(type));
System\Data\Objects\ELinq\MethodCallTranslator.cs (2)
1626
return new DbJoinExpression(DbExpressionKind.InnerJoin, TypeUsage.Create(TypeHelpers.
CreateCollectionType
(resultType)), outerBinding, innerBinding, joinCondition);
2548
return new DbApplyExpression(DbExpressionKind.OuterApply, TypeUsage.Create(TypeHelpers.
CreateCollectionType
(resultType)), newInput, newApply);