2 references to ClrEntityType
System.Data.Entity (2)
System\Data\Metadata\ObjectLayer\ObjectItemAttributeAssemblyLoader.cs (1)
305
edmType = new
ClrEntityType
(clrType, cspaceNamespaceName, cspaceTypeName);
System\Data\Metadata\ObjectLayer\ObjectItemConventionAssemblyLoader.cs (1)
163
ospaceType = new
ClrEntityType
(type, cspaceType.NamespaceName, cspaceType.Name);