4 references to Invalid
System.Data.Entity.Design (4)
System\Data\Entity\Design\EntityStoreSchemaGenerator.cs (4)
1183status = EntityCreationStatus.Invalid; 1227status = EntityCreationStatus.Invalid; 1241Debug.Assert(status == EntityCreationStatus.Invalid, "Did we change some code above to make it possible to be something different?"); 1264Debug.Assert(status == EntityCreationStatus.Invalid, "did you add a new value?");