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)
317if (await _schemes.GetSchemeAsync(IdentityConstants.ExternalScheme) != null) 321if (await _schemes.GetSchemeAsync(IdentityConstants.TwoFactorUserIdScheme) != null) 766if (await _schemes.GetSchemeAsync(IdentityConstants.TwoFactorRememberMeScheme) == null) 878if (await _schemes.GetSchemeAsync(IdentityConstants.ExternalScheme) != null) 883if (await _schemes.GetSchemeAsync(IdentityConstants.TwoFactorUserIdScheme) != null) 1098var schemes = await _schemes.GetAllSchemesAsync(); 1254if (await _schemes.GetSchemeAsync(IdentityConstants.TwoFactorUserIdScheme) != null)