1 write to _emailStore
Microsoft.AspNetCore.Identity.UI (1)
Areas\Identity\Pages\V4\Account\Register.cshtml.cs (1)
111_emailStore = GetEmailStore();
1 reference to _emailStore
Microsoft.AspNetCore.Identity.UI (1)
Areas\Identity\Pages\V4\Account\Register.cshtml.cs (1)
132await _emailStore.SetEmailAsync(user, Input.Email, CancellationToken.None);