6 references to AddSingleton
Microsoft.AspNetCore.Hosting (3)
WebHostBuilder.cs (1)
326
services.
AddSingleton
(typeof(IStartup), RegisterStartup);
WebHostBuilderExtensions.cs (2)
107
services.
AddSingleton
(typeof(IStartup), GetStartupInstance);
156
services.
AddSingleton
(typeof(IStartup), sp =>
Microsoft.Extensions.DependencyInjection.Abstractions (2)
ServiceCollectionServiceExtensions.cs (2)
414
return services.
AddSingleton
(typeof(TService), implementationFactory);
438
return services.
AddSingleton
(typeof(TService), implementationFactory);
Microsoft.Extensions.DependencyInjection.AutoActivation (1)
AutoActivationExtensions.cs (1)
198
.
AddSingleton
(serviceType, implementationFactory)