10 references to HostingStartup
Microsoft.AspNetCore.AzureAppServices.HostingStartup (1)
AzureAppServicesHostingStartup.cs (1)
6[assembly: HostingStartup(typeof(Microsoft.AspNetCore.AzureAppServices.HostingStartup.AzureAppServicesHostingStartup))]
Microsoft.AspNetCore.Hosting.Tests (3)
WebHostBuilderTests.cs (3)
19[assembly: HostingStartup(typeof(WebHostBuilderTests.TestHostingStartup))] 1260Assert.Throws<ArgumentNullException>(() => new HostingStartupAttribute(null)); 1266Assert.Throws<ArgumentException>(() => new HostingStartupAttribute(typeof(WebHostTests)));
Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation (1)
Properties\AssemblyInfo.cs (1)
7[assembly: HostingStartup(typeof(RazorRuntimeCompilationHostingStartup))]
Microsoft.AspNetCore.Server.IISIntegration (1)
IISHostingStartup.cs (1)
6[assembly: HostingStartup(typeof(Microsoft.AspNetCore.Server.IISIntegration.IISHostingStartup))]
Microsoft.AspNetCore.SpaProxy (1)
SpaHostingStartup.cs (1)
10[assembly: HostingStartup(typeof(Microsoft.AspNetCore.SpaProxy.SpaHostingStartup))]
Microsoft.AspNetCore.Tests (1)
WebApplicationTests.cs (1)
36[assembly: HostingStartup(typeof(WebApplicationTests.TestHostingStartup))]
SampleStartups (1)
StartupInjection.cs (1)
11[assembly: HostingStartup(typeof(SampleStartups.StartupInjection))]
TestStartupAssembly1 (1)
TestHostingStartup1.cs (1)
7[assembly: HostingStartup(typeof(TestStartupAssembly1.TestHostingStartup1))]