2 instantiations of WeatherForecastService
BasicWebSite (1)
StartupWithoutEndpointRouting.cs (1)
68
return new
WeatherForecastService
(client);
Microsoft.AspNetCore.Mvc.FunctionalTests (1)
ComponentRenderingFunctionalTests.cs (1)
206
services.AddSingleton(new
WeatherForecastService
(new HttpClient(loopHandler)
1 reference to WeatherForecastService
BasicWebSite (1)
StartupWithoutEndpointRouting.cs (1)
58
private
WeatherForecastService
CreateWeatherForecastService(IServiceProvider serviceProvider)