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