2 writes to ClaimValue
Microsoft.Extensions.Identity.Stores (2)
IdentityRoleClaim.cs (1)
51ClaimValue = other?.Value;
RoleStoreBase.cs (1)
247=> new TRoleClaim { RoleId = role.Id, ClaimType = claim.Type, ClaimValue = claim.Value };
1 reference to ClaimValue
Microsoft.Extensions.Identity.Stores (1)
IdentityRoleClaim.cs (1)
41return new Claim(ClaimType!, ClaimValue!);