10 references to GetElementType
System.Data.Entity (10)
System\Data\Common\Internal\Materialization\Translator.cs (1)
1934
result = TypeSystem.
GetElementType
(collectionType);
System\Data\Objects\CompiledQuery.cs (1)
594
Type elementType = TypeSystem.
GetElementType
(resultType);
System\Data\Objects\ELinq\ExpressionConverter.cs (1)
1035
Type elementType = TypeSystem.
GetElementType
(nonNullableType);
System\Data\Objects\ELinq\MethodCallTranslator.cs (5)
2213
Type elementType = TypeSystem.
GetElementType
(resultType);
2245
Type sourceArgumentType = TypeSystem.
GetElementType
(sourceExpression.Type);
2721
Type toClrType = TypeSystem.
GetElementType
(call.Type);
2722
Type fromClrType = TypeSystem.
GetElementType
(call.Arguments[0].Type);
2792
parent.EdmItemCollection, TypeSystem.
GetElementType
(call.Type));
System\Data\Objects\ELinq\ObjectQueryProvider.cs (1)
110
Type elementType = TypeSystem.
GetElementType
(expression.Type);
System\Data\Objects\ELinq\Translator.cs (1)
82
Type elementType = TypeSystem.
GetElementType
(linq.Type);