4 references to Errors
System.Data.Entity.Design (4)
System\Data\Entity\Design\EntityCodeGenerator.cs (4)
351if (codeGenerator.Errors.Count != 0) 354errors.AddRange(codeGenerator.Errors.OfType<CompilerError>().Select(c => ConvertToEdmSchemaError(c, errorCode))); 356if (codeGenerator.Errors.HasErrors) 665Errors.Add(error);