1 write to CurrentLogins
Microsoft.AspNetCore.Identity.UI (1)
Areas\Identity\Pages\V4\Account\Manage\ExternalLogins.cshtml.cs (1)
92
CurrentLogins
= await _userManager.GetLoginsAsync(user);
6 references to CurrentLogins
Microsoft.AspNetCore.Identity.UI (6)
Areas\Identity\Pages\V4\Account\Manage\ExternalLogins.cshtml.cs (2)
94
.Where(auth =>
CurrentLogins
.All(ul => auth.Name != ul.LoginProvider))
103
ShowRemoveButton = passwordHash != null ||
CurrentLogins
.Count > 1;
Areas_Identity_Pages_V4_Account_Manage_ExternalLogins_cshtml.g.cs (2)
109
if (Model.
CurrentLogins
?.Count > 0)
119
foreach (var login in Model.
CurrentLogins
)
Areas_Identity_Pages_V5_Account_Manage_ExternalLogins_cshtml.g.cs (2)
109
if (Model.
CurrentLogins
?.Count > 0)
119
foreach (var login in Model.
CurrentLogins
)