2 references to ExampleService
Microsoft.AspNetCore.Http.Extensions.Tests (2)
RequestDelegateGenerator\RequestDelegateCreationTests.cs (1)
613
var serviceProvider = CreateServiceProvider((serviceCollection) => serviceCollection.AddSingleton<global::Http.
ExampleService
>());
RequestDelegateGenerator\RequestDelegateCreationTests.KeyServices.cs (1)
239
var serviceProvider = CreateServiceProvider((serviceCollection) => serviceCollection.AddKeyedSingleton<global::Http.
ExampleService
>("example"));