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