13 references to AddKeyedScoped
Microsoft.AspNetCore.Http.Extensions.Tests (2)
RequestDelegateGenerator\RequestDelegateCreationTests.KeyServices.cs (2)
162serviceCollection.AddKeyedScoped<TestService>("service2"); 190serviceCollection.AddKeyedScoped<TestService>("service2");
Microsoft.AspNetCore.SignalR.Tests (11)
HubConnectionHandlerTests.cs (11)
4930provider.AddKeyedScoped<Service1>("service1"); 4931provider.AddKeyedScoped<Service1>("service2"); 4953provider.AddKeyedScoped<Service1>("service1"); 4954provider.AddKeyedScoped<Service1>("service2"); 4976provider.AddKeyedScoped<Service1>("service1"); 4977provider.AddKeyedScoped<Service1>("service2"); 5000provider.AddKeyedScoped<Service1>("service1"); 5001provider.AddKeyedScoped<Service1>("service2"); 5023provider.AddKeyedScoped<Service1>("service1"); 5024provider.AddKeyedScoped<Service1>("service2"); 5060provider.AddKeyedScoped<Service1>("service1");