2 references to Name
System.Data.Entity (2)
System\Data\Metadata\ObjectLayer\ObjectItemAttributeAssemblyLoader.cs (2)
294
string cspaceTypeName = String.IsNullOrEmpty(typeAttribute.
Name
) ? clrType.Name : typeAttribute.
Name
;