@@ -119,11 +119,11 @@ public static RuntimeEntityType Create(RuntimeModel model, RuntimeEntityType bas
119119 storeGenerationIndex : - 1 ) ;
120120 enumDiscriminator . TypeMapping = MySqlIntTypeMapping . Default . Clone (
121121 comparer : new ValueComparer < CompiledModelTestBase . Enum1 > (
122- bool ( CompiledModelTestBase . Enum1 v1 , CompiledModelTestBase . Enum1 v2 ) => object . Equals ( ( ( object ) v1 ) , ( ( object ) v2 ) ) ) ,
122+ bool ( CompiledModelTestBase . Enum1 v1 , CompiledModelTestBase . Enum1 v2 ) => object . Equals ( ( ( object ) v1 ) , ( ( object ) v2 ) ) ,
123123 int ( CompiledModelTestBase . Enum1 v ) => ( ( object ) v ) . GetHashCode ( ) ,
124124 CompiledModelTestBase . Enum1 ( CompiledModelTestBase . Enum1 v ) => v ) ,
125125 keyComparer : new ValueComparer < CompiledModelTestBase . Enum1 > (
126- bool ( CompiledModelTestBase . Enum1 v1 , CompiledModelTestBase . Enum1 v2 ) => object . Equals ( ( ( object ) v1 ) , ( ( object ) v2 ) ) ) ,
126+ bool ( CompiledModelTestBase . Enum1 v1 , CompiledModelTestBase . Enum1 v2 ) => object . Equals ( ( ( object ) v1 ) , ( ( object ) v2 ) ) ,
127127 int ( CompiledModelTestBase . Enum1 v ) => ( ( object ) v ) . GetHashCode ( ) ,
128128 CompiledModelTestBase . Enum1 ( CompiledModelTestBase . Enum1 v ) => v ) ,
129129 providerValueComparer : new ValueComparer < int > (
@@ -163,8 +163,8 @@ public static RuntimeEntityType Create(RuntimeModel model, RuntimeEntityType bas
163163 return instance ;
164164 } ) ;
165165 id . SetAccessors (
166- byte ? ( IInternalEntry entry ) => DependentBaseUnsafeAccessors < byte ? > . Id ( ( ( CompiledModelTestBase . DependentBase < byte ? > ) ) entry. Entity ) ,
167- byte ? ( IInternalEntry entry ) => DependentBaseUnsafeAccessors < byte ? > . Id ( ( ( CompiledModelTestBase . DependentBase < byte ? > ) ) entry. Entity ) ,
166+ byte ? ( IInternalEntry entry ) => DependentBaseUnsafeAccessors < byte ? > . Id ( ( ( CompiledModelTestBase . DependentBase < byte ? > ) ( entry . Entity ) ) ) ,
167+ byte ? ( IInternalEntry entry ) => DependentBaseUnsafeAccessors < byte ? > . Id ( ( ( CompiledModelTestBase . DependentBase < byte ? > ) ( entry . Entity ) ) ) ,
168168 byte ? ( IInternalEntry entry ) => entry . ReadOriginalValue < byte ? > ( id , 3 ) ,
169169 byte ? ( IInternalEntry entry ) => entry . GetCurrentValue < byte ? > ( id ) ) ;
170170 id . SetPropertyIndexes (
@@ -245,8 +245,8 @@ public static RuntimeForeignKey CreateForeignKey2(RuntimeEntityType declaringEnt
245245 return instance ;
246246 } ) ;
247247 principal . SetAccessors (
248- CompiledModelTestBase . PrincipalDerived < CompiledModelTestBase . DependentBase < byte ? > > ( IInternalEntry entry ) => DependentBaseUnsafeAccessors < byte ? > . Principal ( ( ( CompiledModelTestBase . DependentBase < byte ? > ) ) entry. Entity ) ,
249- CompiledModelTestBase . PrincipalDerived < CompiledModelTestBase . DependentBase < byte ? > > ( IInternalEntry entry ) => DependentBaseUnsafeAccessors < byte ? > . Principal ( ( ( CompiledModelTestBase . DependentBase < byte ? > ) ) entry. Entity ) ,
248+ CompiledModelTestBase . PrincipalDerived < CompiledModelTestBase . DependentBase < byte ? > > ( IInternalEntry entry ) => DependentBaseUnsafeAccessors < byte ? > . Principal ( ( ( CompiledModelTestBase . DependentBase < byte ? > ) ( entry . Entity ) ) ) ,
249+ CompiledModelTestBase . PrincipalDerived < CompiledModelTestBase . DependentBase < byte ? > > ( IInternalEntry entry ) => DependentBaseUnsafeAccessors < byte ? > . Principal ( ( ( CompiledModelTestBase . DependentBase < byte ? > ) ( entry . Entity ) ) ) ,
250250 null ,
251251 CompiledModelTestBase . PrincipalDerived < CompiledModelTestBase . DependentBase < byte ? > > ( IInternalEntry entry ) => entry . GetCurrentValue < CompiledModelTestBase . PrincipalDerived < CompiledModelTestBase . DependentBase < byte ? > > > ( principal ) ) ;
252252 principal . SetPropertyIndexes (
@@ -280,8 +280,8 @@ public static RuntimeForeignKey CreateForeignKey2(RuntimeEntityType declaringEnt
280280 return instance ;
281281 } ) ;
282282 dependent . SetAccessors (
283- CompiledModelTestBase . DependentBase < byte ? > ( IInternalEntry entry ) => PrincipalDerivedUnsafeAccessors < CompiledModelTestBase . DependentBase < byte ? > > . Dependent ( ( ( CompiledModelTestBase . PrincipalDerived < CompiledModelTestBase . DependentBase < byte ? > > ) ) entry. Entity ) ,
284- CompiledModelTestBase . DependentBase < byte ? > ( IInternalEntry entry ) => PrincipalDerivedUnsafeAccessors < CompiledModelTestBase . DependentBase < byte ? > > . Dependent ( ( ( CompiledModelTestBase . PrincipalDerived < CompiledModelTestBase . DependentBase < byte ? > > ) ) entry. Entity ) ,
283+ CompiledModelTestBase . DependentBase < byte ? > ( IInternalEntry entry ) => PrincipalDerivedUnsafeAccessors < CompiledModelTestBase . DependentBase < byte ? > > . Dependent ( ( ( CompiledModelTestBase . PrincipalDerived < CompiledModelTestBase . DependentBase < byte ? > > ) ( entry . Entity ) ) ) ,
284+ CompiledModelTestBase . DependentBase < byte ? > ( IInternalEntry entry ) => PrincipalDerivedUnsafeAccessors < CompiledModelTestBase . DependentBase < byte ? > > . Dependent ( ( ( CompiledModelTestBase . PrincipalDerived < CompiledModelTestBase . DependentBase < byte ? > > ) ( entry . Entity ) ) ) ,
285285 null ,
286286 CompiledModelTestBase . DependentBase < byte ? > ( IInternalEntry entry ) => entry . GetCurrentValue < CompiledModelTestBase . DependentBase < byte ? > > ( dependent ) ) ;
287287 dependent . SetPropertyIndexes (
0 commit comments