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