4 references to VBTemplateCodeGenTypeName
System.Data.Entity.Design (4)
System\Data\Entity\Design\EntityCodeGenerator.cs (4)
491
private const string VBTemplateCodeGenV3TypeName =
VBTemplateCodeGenTypeName
+ "V50";
494
private const string VBTemplateCodeGenResourceV2 =
VBTemplateCodeGenTypeName
+ ".vb";
495
private const string VBTemplateCodeGenResourceV3 =
VBTemplateCodeGenTypeName
+ "V5.0.vb";
523
Type type = CreateCodeGeneratorType(new Microsoft.VisualBasic.VBCodeProvider(), VBTemplateCodeGenResourceV2,
VBTemplateCodeGenTypeName
);