1 write to _schemes
Microsoft.AspNetCore.Identity (1)
SignInManager.cs (1)
57_schemes = schemes;
7 references to _schemes
Microsoft.AspNetCore.Identity (7)
SignInManager.cs (7)
255if (await _schemes.GetSchemeAsync(IdentityConstants.ExternalScheme) != null) 259if (await _schemes.GetSchemeAsync(IdentityConstants.TwoFactorUserIdScheme) != null) 433if (await _schemes.GetSchemeAsync(IdentityConstants.TwoFactorRememberMeScheme) == null) 508if (await _schemes.GetSchemeAsync(IdentityConstants.ExternalScheme) != null) 513if (await _schemes.GetSchemeAsync(IdentityConstants.TwoFactorUserIdScheme) != null) 677var schemes = await _schemes.GetAllSchemesAsync(); 833if (await _schemes.GetSchemeAsync(IdentityConstants.TwoFactorUserIdScheme) != null)