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