1 instantiation of EchoAuthentication
Microsoft.AspNetCore.Authorization.Test (1)
PolicyEvaluatorTests.cs (1)
54var auth = new EchoAuthentication();
2 references to EchoAuthentication
Microsoft.AspNetCore.Authorization.Test (2)
PolicyEvaluatorTests.cs (2)
36var services = new ServiceCollection().AddSingleton<IAuthenticationService, EchoAuthentication>(); 54var auth = new EchoAuthentication();