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