3 references to GetClrTypeForCSpaceType
System.Data.Services (3)
System\Data\Services\Providers\ObjectContextServiceProvider.cs (3)
881
Type elementType =
GetClrTypeForCSpaceType
(metadataWorkspace, entitySet.ElementType);
1315
Type clrType =
GetClrTypeForCSpaceType
(workspace, edmType);
1429
Type propertyClrType =
GetClrTypeForCSpaceType
(workspace, (EntityType)((CollectionType)member.TypeUsage.EdmType).TypeUsage.EdmType);