2 implementations of CountCodesAsync
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)
2597return store.CountCodesAsync(user, CancellationToken);