4 references to CSharpTemplateCodeGenTypeName
System.Data.Entity.Design (4)
System\Data\Entity\Design\EntityCodeGenerator.cs (4)
490
private const string CSharpTemplateCodeGenV3TypeName =
CSharpTemplateCodeGenTypeName
+ "V50";
492
private const string CSharpTemplateCodeGenResourceV2 =
CSharpTemplateCodeGenTypeName
+ ".cs";
493
private const string CSharpTemplateCodeGenResourceV3 =
CSharpTemplateCodeGenTypeName
+ "V5.0.cs";
501
Type type = CreateCodeGeneratorType(new Microsoft.CSharp.CSharpCodeProvider(), CSharpTemplateCodeGenResourceV2,
CSharpTemplateCodeGenTypeName
);