1 instantiation of EntityClassGenerator
System.Data.Entity.Design (1)
System\Data\Entity\Design\EntityCodeGenerator.cs (1)
407EntityClassGenerator generator = new EntityClassGenerator(_languageOption);
11 references to EntityClassGenerator
System.Data.Entity.Design (11)
System\Data\Entity\Design\EntityCodeGenerator.cs (8)
297return new List<EdmSchemaError>() { EntityClassGenerator.CreateErrorForException(ModelBuilderErrorCode.FileNotFound, ex) }; 367errors.Add(EntityClassGenerator.CreateErrorForException(ModelBuilderErrorCode.SecurityError, ex)); 371errors.Add(EntityClassGenerator.CreateErrorForException(ModelBuilderErrorCode.FileNotFound, ex)); 375errors.Add(EntityClassGenerator.CreateErrorForException(ModelBuilderErrorCode.SecurityError, ex)); 379errors.Add(EntityClassGenerator.CreateErrorForException(ModelBuilderErrorCode.DirectoryNotFound, ex)); 383errors.Add(EntityClassGenerator.CreateErrorForException(ModelBuilderErrorCode.IOException, ex)); 389errors.Add(EntityClassGenerator.CreateErrorForException(ModelBuilderErrorCode.PreprocessTemplateTransformationError, e, sourceEdmSchemaFilePath)); 407EntityClassGenerator generator = new EntityClassGenerator(_languageOption);
System\Data\EntityModel\Emitters\AttributeEmitter.cs (1)
197typeof(EntityClassGenerator).Assembly.GetName().Version.ToString());
System\Data\EntityModel\Emitters\ClientApiGenerator.cs (2)
44EntityClassGenerator _generator; 51public ClientApiGenerator(Schema sourceSchema, EdmItemCollection edmItemCollection, EntityClassGenerator generator, List<EdmSchemaError> errors)