1 write to _schemes
Microsoft.AspNetCore.Identity (1)
SignInManager.cs (1)
65_schemes = schemes;
7 references to _schemes
Microsoft.AspNetCore.Identity (7)
SignInManager.cs (7)
310if (await _schemes.GetSchemeAsync(IdentityConstants.ExternalScheme) != null) 314if (await _schemes.GetSchemeAsync(IdentityConstants.TwoFactorUserIdScheme) != null) 739if (await _schemes.GetSchemeAsync(IdentityConstants.TwoFactorRememberMeScheme) == null) 851if (await _schemes.GetSchemeAsync(IdentityConstants.ExternalScheme) != null) 856if (await _schemes.GetSchemeAsync(IdentityConstants.TwoFactorUserIdScheme) != null) 1071var schemes = await _schemes.GetAllSchemesAsync(); 1227if (await _schemes.GetSchemeAsync(IdentityConstants.TwoFactorUserIdScheme) != null)