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)
615
Debug.Assert(
_errors
!= null, "Unable to find property, did the signature or name change?");
623
get { return (CompilerErrorCollection)
_errors
.GetValue(_instance, null); }