1 write to _errors
System.Data.Entity.Design (1)
System\Data\Entity\Design\EntityCodeGenerator.cs (1)
614_errors = type.GetProperty("Errors", flags, null, typeof(CompilerErrorCollection), new Type[0], null);
2 references to _errors
System.Data.Entity.Design (2)
System\Data\Entity\Design\EntityCodeGenerator.cs (2)
615Debug.Assert(_errors != null, "Unable to find property, did the signature or name change?"); 623get { return (CompilerErrorCollection)_errors.GetValue(_instance, null); }