Base:
method
GetLoginsAsync
Microsoft.AspNetCore.Identity.UserStoreBase<TUser, TKey, TUserClaim, TUserLogin, TUserToken>.GetLoginsAsync(TUser, System.Threading.CancellationToken)
2 references to GetLoginsAsync
Microsoft.AspNetCore.Identity.EntityFrameworkCore.Test (2)
UserStoreTest.cs (2)
72await Assert.ThrowsAsync<ObjectDisposedException>(async () => await store.GetLoginsAsync(null)); 111await Assert.ThrowsAsync<ArgumentNullException>("user", async () => await store.GetLoginsAsync(null));