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)
268if (await _schemes.GetSchemeAsync(IdentityConstants.ExternalScheme) != null) 272if (await _schemes.GetSchemeAsync(IdentityConstants.TwoFactorUserIdScheme) != null) 446if (await _schemes.GetSchemeAsync(IdentityConstants.TwoFactorRememberMeScheme) == null) 521if (await _schemes.GetSchemeAsync(IdentityConstants.ExternalScheme) != null) 526if (await _schemes.GetSchemeAsync(IdentityConstants.TwoFactorUserIdScheme) != null) 690var schemes = await _schemes.GetAllSchemesAsync(); 846if (await _schemes.GetSchemeAsync(IdentityConstants.TwoFactorUserIdScheme) != null)