2 references to NamespaceName
System.Data.Entity.Design (2)
System\Data\Entity\Design\EntityViewGeneration\EntityViewGenerator.cs (2)
342CodeNamespace codeNamespace = new CodeNamespace(EntityViewGenerationConstants.NamespaceName); 372CodeTypeOfExpression viewGenTypeOfExpression = new CodeTypeOfExpression(EntityViewGenerationConstants.NamespaceName + "." + viewStorageTypeName);