9 implementations of ConfigureServices
InMemory.FunctionalTests (1)
TestTransport\TestServer.cs (1)
135IServiceProvider IStartup.ConfigureServices(IServiceCollection services)
IStartupInjectionAssemblyName (1)
Startup.cs (1)
16public IServiceProvider ConfigureServices(IServiceCollection services)
Microsoft.AspNetCore.Hosting (2)
Startup\ConventionBasedStartup.cs (1)
33public IServiceProvider ConfigureServices(IServiceCollection services)
Startup\StartupBase.cs (1)
20IServiceProvider IStartup.ConfigureServices(IServiceCollection services)
Microsoft.AspNetCore.Hosting.Tests (2)
WebHostBuilderTests.cs (1)
1715IServiceProvider IStartup.ConfigureServices(IServiceCollection services) => _configureServices(services);
WebHostTests.cs (1)
1298public IServiceProvider ConfigureServices(IServiceCollection services)
Microsoft.AspNetCore.Tests (1)
WebApplicationTests.cs (1)
2963public IServiceProvider ConfigureServices(IServiceCollection services)
Sockets.BindTests (1)
src\Servers\Kestrel\shared\test\TransportTestHelpers\TestServer.cs (1)
134IServiceProvider IStartup.ConfigureServices(IServiceCollection services)
Sockets.FunctionalTests (1)
src\Servers\Kestrel\shared\test\TransportTestHelpers\TestServer.cs (1)
134IServiceProvider IStartup.ConfigureServices(IServiceCollection services)
1 reference to ConfigureServices
Microsoft.AspNetCore.Hosting (1)
Internal\WebHost.cs (1)
177_applicationServices = _startup.ConfigureServices(_applicationServiceCollection);