2 references to TryGetRefEntityType
System.Data.Entity (2)
System\Data\Common\CommandTrees\ExpressionBuilder\Internal\ArgumentValidation.cs (1)
1097
if (!TypeHelpers.
TryGetRefEntityType
(argument.ResultType, out entityType))
System\Data\Common\Internal\Materialization\ColumnMapKeyBuilder.cs (1)
251
bool isRefType = TypeHelpers.
TryGetRefEntityType
(columnMap.Type, out referencedEntityType);