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