3 implementations of CountCodesAsync
Identity.DefaultUI.WebSite (1)
src\Identity\test\InMemory.Test\InMemoryUserStore.cs (1)
426public async Task<int> CountCodesAsync(TUser user, CancellationToken cancellationToken)
Microsoft.AspNetCore.Identity.InMemory.Test (1)
InMemoryUserStore.cs (1)
426public async Task<int> CountCodesAsync(TUser user, CancellationToken cancellationToken)
Microsoft.Extensions.Identity.Stores (1)
UserStoreBase.cs (1)
914public virtual async Task<int> CountCodesAsync(TUser user, CancellationToken cancellationToken)
1 reference to CountCodesAsync
Microsoft.Extensions.Identity.Core (1)
UserManager.cs (1)
2128return store.CountCodesAsync(user, CancellationToken);