2 references to AddKeyedSingleton
BasicWebSite (2)
StartupWithoutEndpointRouting.cs (2)
46services.AddKeyedSingleton<ICustomService, OkCustomService>("ok_service"); 47services.AddKeyedSingleton<ICustomService, BadCustomService>("not_ok_service");