3 writes to MaxLengthForKeys
Microsoft.AspNetCore.Identity.EntityFrameworkCore.Test (2)
MaxKeyLengthSchemaTest.cs (1)
27
.AddIdentity<IdentityUser, IdentityRole>(o => o.Stores.
MaxLengthForKeys
= 128)
VersionOneSchemaTest.cs (1)
28
o.Stores.
MaxLengthForKeys
= 128;
Microsoft.AspNetCore.Identity.UI (1)
IdentityServiceCollectionUIExtensions.cs (1)
50
o.Stores.
MaxLengthForKeys
= 128;
2 references to MaxLengthForKeys
Microsoft.AspNetCore.Identity.EntityFrameworkCore (2)
IdentityUserContext.cs (2)
159
var maxKeyLength = storeOptions?.
MaxLengthForKeys
?? 0;
257
var maxKeyLength = storeOptions?.
MaxLengthForKeys
?? 0;