13 references to AddKeyedScoped
Microsoft.AspNetCore.Http.Extensions.Tests (2)
RequestDelegateGenerator\RequestDelegateCreationTests.KeyServices.cs (2)
164serviceCollection.AddKeyedScoped<TestService>("service2"); 192serviceCollection.AddKeyedScoped<TestService>("service2");
Microsoft.AspNetCore.SignalR.Tests (11)
HubConnectionHandlerTests.cs (11)
4948provider.AddKeyedScoped<Service1>("service1"); 4949provider.AddKeyedScoped<Service1>("service2"); 4971provider.AddKeyedScoped<Service1>("service1"); 4972provider.AddKeyedScoped<Service1>("service2"); 4994provider.AddKeyedScoped<Service1>("service1"); 4995provider.AddKeyedScoped<Service1>("service2"); 5018provider.AddKeyedScoped<Service1>("service1"); 5019provider.AddKeyedScoped<Service1>("service2"); 5041provider.AddKeyedScoped<Service1>("service1"); 5042provider.AddKeyedScoped<Service1>("service2"); 5078provider.AddKeyedScoped<Service1>("service1");