1 write to _schemes
Microsoft.AspNetCore.Identity (1)
SignInManager.cs (1)
68_schemes = schemes;
7 references to _schemes
Microsoft.AspNetCore.Identity (7)
SignInManager.cs (7)
313if (await _schemes.GetSchemeAsync(IdentityConstants.ExternalScheme) != null) 317if (await _schemes.GetSchemeAsync(IdentityConstants.TwoFactorUserIdScheme) != null) 748if (await _schemes.GetSchemeAsync(IdentityConstants.TwoFactorRememberMeScheme) == null) 860if (await _schemes.GetSchemeAsync(IdentityConstants.ExternalScheme) != null) 865if (await _schemes.GetSchemeAsync(IdentityConstants.TwoFactorUserIdScheme) != null) 1080var schemes = await _schemes.GetAllSchemesAsync(); 1236if (await _schemes.GetSchemeAsync(IdentityConstants.TwoFactorUserIdScheme) != null)