6 references to UserClaims
Microsoft.AspNetCore.Identity.EntityFrameworkCore (6)
UserOnlyStore.cs (6)
339return await UserClaims.Where(uc => uc.UserId.Equals(user.Id)).Select(c => c.ToClaim()).ToListAsync(cancellationToken); 356UserClaims.Add(CreateUserClaim(user, claim)); 376var matchedClaims = await UserClaims.Where(uc => uc.UserId.Equals(user.Id) && uc.ClaimValue == claim.Value && uc.ClaimType == claim.Type).ToListAsync(cancellationToken); 398var matchedClaims = await UserClaims.Where(uc => uc.UserId.Equals(user.Id) && uc.ClaimValue == claim.Value && uc.ClaimType == claim.Type).ToListAsync(cancellationToken); 401UserClaims.Remove(c); 515var query = from userclaims in UserClaims