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