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