2 instantiations of PocoRole
Microsoft.AspNetCore.Identity.InMemory.Test (2)
22 references to PocoRole
Microsoft.AspNetCore.Identity.InMemory.Test (22)
ControllerTest.cs (8)
36services.AddIdentity<PocoUser, PocoRole>();
37services.AddSingleton<IUserStore<PocoUser>, InMemoryStore<PocoUser, PocoRole>>();
38services.AddSingleton<IRoleStore<PocoRole>, InMemoryStore<PocoUser, PocoRole>>();
87services.AddIdentity<PocoUser, PocoRole>();
88services.AddSingleton<IUserStore<PocoUser>, InMemoryStore<PocoUser, PocoRole>>();
89services.AddSingleton<IRoleStore<PocoRole>, InMemoryStore<PocoUser, PocoRole>>();