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