6 references to UserClaims
Microsoft.AspNetCore.Identity.EntityFrameworkCore (6)
UserOnlyStore.cs (6)
296return await UserClaims.Where(uc => uc.UserId.Equals(user.Id)).Select(c => c.ToClaim()).ToListAsync(cancellationToken); 313UserClaims.Add(CreateUserClaim(user, claim)); 333var matchedClaims = await UserClaims.Where(uc => uc.UserId.Equals(user.Id) && uc.ClaimValue == claim.Value && uc.ClaimType == claim.Type).ToListAsync(cancellationToken); 355var matchedClaims = await UserClaims.Where(uc => uc.UserId.Equals(user.Id) && uc.ClaimValue == claim.Value && uc.ClaimType == claim.Type).ToListAsync(cancellationToken); 358UserClaims.Remove(c); 472var query = from userclaims in UserClaims