3 references to RoleValidator
Microsoft.AspNetCore.Identity (1)
IdentityServiceCollectionExtensions.cs (1)
98services.TryAddScoped<IRoleValidator<TRole>, RoleValidator<TRole>>();
Microsoft.Extensions.Identity.Core (2)
IdentityBuilder.cs (1)
198AddRoleValidator<RoleValidator<TRole>>();
RoleValidator.cs (1)
18/// Creates a new instance of <see cref="RoleValidator{TRole}"/>.