3 references to NamespaceName
System.Data.Entity (3)
System\Data\Metadata\ObjectLayer\ObjectItemAttributeAssemblyLoader.cs (3)
295
if (String.IsNullOrEmpty(typeAttribute.
NamespaceName
) && clrType.Namespace == null)
301
string cspaceNamespaceName = String.IsNullOrEmpty(typeAttribute.
NamespaceName
) ? clrType.Namespace : typeAttribute.
NamespaceName
;