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