Base:
method
FindUserRoleAsync
Microsoft.AspNetCore.Identity.UserStoreBase<TUser, TRole, TKey, TUserClaim, TUserRole, TUserLogin, TUserToken, TRoleClaim>.FindUserRoleAsync(TKey, TKey, System.Threading.CancellationToken)
2 references to FindUserRoleAsync
Microsoft.AspNetCore.Identity.EntityFrameworkCore (2)
UserStore.cs (2)
349
var userRole = await
FindUserRoleAsync
(user.Id, roleEntity.Id, cancellationToken);
394
var userRole = await
FindUserRoleAsync
(user.Id, role.Id, cancellationToken);