2 writes to ExternalLogins
Microsoft.AspNetCore.Identity.UI (2)
Areas\Identity\Pages\V5\Account\Register.cshtml.cs (2)
120ExternalLogins = (await _signInManager.GetExternalAuthenticationSchemesAsync()).ToList(); 126ExternalLogins = (await _signInManager.GetExternalAuthenticationSchemesAsync()).ToList();
2 references to ExternalLogins
Microsoft.AspNetCore.Identity.UI (2)
Areas_Identity_Pages_V5_Account_Register_cshtml.g.cs (2)
382if ((Model.ExternalLogins?.Count ?? 0) == 0) 411foreach (var provider in Model.ExternalLogins!)