6 references to IsValidVersion
System.Data.Entity.Design (6)
System\Data\Entity\Design\Common\EDesignUtil.cs (1)
173if (!EntityFrameworkVersions.IsValidVersion(targetEntityFrameworkVersion))
System\Data\Entity\Design\EntityFrameworkVersions.cs (4)
66Debug.Assert(IsValidVersion(entityFrameworkVersion), "Did you forget to check for valid versions before calling this private method?"); 75Debug.Assert(IsValidVersion(entityFrameworkVersion), "Did you forget to check for valid versions before calling this private method?"); 83Debug.Assert(IsValidVersion(entityFrameworkVersion), "Did you add a new version or forget to check the version"); 116Debug.Assert(IsValidVersion(entityFrameworkVersion), "Did you add a new version or forget to check the version");
System\Data\Entity\Design\EntityStoreSchemaGenerator.cs (1)
334Debug.Assert(EntityFrameworkVersions.IsValidVersion(targetEntityFrameworkVersion), "EntityFrameworkVersions.IsValidVersion(targetEntityFrameworkVersion)");