2 references to UpperInvariantLookupNormalizer
Microsoft.AspNetCore.Identity (1)
IdentityServiceCollectionExtensions.cs (1)
96
services.TryAddScoped<ILookupNormalizer,
UpperInvariantLookupNormalizer
>();
Microsoft.Extensions.Identity.Core (1)
IdentityServiceCollectionExtensions.cs (1)
43
services.TryAddScoped<ILookupNormalizer,
UpperInvariantLookupNormalizer
>();