6 references to TryGetCollectionElementType
System.Data.Entity (6)
System\Data\Common\CommandTrees\ExpressionBuilder\Internal\ArgumentValidation.cs (4)
268
if (!TypeHelpers.
TryGetCollectionElementType
(input.ResultType, out elementType))
304
if (!TypeHelpers.
TryGetCollectionElementType
(input.ResultType, out elementType))
343
if (TypeHelpers.
TryGetCollectionElementType
(paramType, out elementType))
1052
if (!TypeHelpers.
TryGetCollectionElementType
(argument.ResultType, out elementType) ||
System\Data\Objects\ObjectQuery.cs (1)
279
if (!TypeHelpers.
TryGetCollectionElementType
(cSpaceQueryResultType, out tResultType))
System\Data\Query\PlanCompiler\StructuredTypeInfo.cs (1)
1027
if (TypeHelpers.
TryGetCollectionElementType
(type, out elementType))