2 references to SupportsRoleClaims
Microsoft.AspNetCore.Identity.Test (1)
UserClaimsPrincipalFactoryTest.cs (1)
59roleManager.Setup(m => m.SupportsRoleClaims).Returns(supportRoleClaims);
Microsoft.Extensions.Identity.Core (1)
UserClaimsPrincipalFactory.cs (1)
145if (RoleManager.SupportsRoleClaims)