@@ -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