1 instantiation of AuthenticationServiceImpl
Microsoft.AspNetCore.Authentication.Test (1)
AuthenticationMetricsTest.cs (1)
347var authenticationService = new AuthenticationServiceImpl(
15 references to AuthenticationServiceImpl
Microsoft.AspNetCore.Authentication.Core (1)
AuthenticationCoreServiceCollectionExtensions.cs (1)
24services.TryAddScoped<IAuthenticationService, AuthenticationServiceImpl>();
Microsoft.AspNetCore.Authentication.Test (14)
AuthenticationMetricsTest.cs (14)
24var authenticationService = CreateAuthenticationService(authenticationHandler.Object, meterFactory); 52var authenticationService = CreateAuthenticationService(authenticationHandler.Object, meterFactory); 80var authenticationService = CreateAuthenticationService(authenticationHandler.Object, meterFactory); 108var authenticationService = CreateAuthenticationService(authenticationHandler.Object, meterFactory); 134var authenticationService = CreateAuthenticationService(Mock.Of<IAuthenticationHandler>(), meterFactory); 160var authenticationService = CreateAuthenticationService(authenticationHandler.Object, meterFactory); 185var authenticationService = CreateAuthenticationService(Mock.Of<IAuthenticationHandler>(), meterFactory); 211var authenticationService = CreateAuthenticationService(authenticationHandler.Object, meterFactory); 236var authenticationService = CreateAuthenticationService(Mock.Of<IAuthenticationSignInHandler>(), meterFactory); 262var authenticationService = CreateAuthenticationService(authenticationHandler.Object, meterFactory); 287var authenticationService = CreateAuthenticationService(Mock.Of<IAuthenticationSignOutHandler>(), meterFactory); 313var authenticationService = CreateAuthenticationService(authenticationHandler.Object, meterFactory); 332private static AuthenticationServiceImpl CreateAuthenticationService(IAuthenticationHandler authenticationHandler, TestMeterFactory meterFactory) 347var authenticationService = new AuthenticationServiceImpl(