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)
28o.Stores.MaxLengthForKeys = 128;
Microsoft.AspNetCore.Identity.UI (1)
IdentityServiceCollectionUIExtensions.cs (1)
50o.Stores.MaxLengthForKeys = 128;
2 references to MaxLengthForKeys
Microsoft.AspNetCore.Identity.EntityFrameworkCore (2)
IdentityUserContext.cs (2)
159var maxKeyLength = storeOptions?.MaxLengthForKeys ?? 0; 257var maxKeyLength = storeOptions?.MaxLengthForKeys ?? 0;