5 instantiations of HostingStartupAttribute
Microsoft.AspNetCore.Components.Testing (1)
_generated\1\HostingStartupAttribute.g.cs (1)
2[assembly: Microsoft.AspNetCore.Hosting.HostingStartup(typeof(Microsoft.AspNetCore.Components.Testing.Infrastructure.TestReadinessHostingStartup))]
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.Watch.BrowserRefresh (1)
src\sdk\src\Dotnet.Watch\Web.Middleware\HostingStartup.cs (1)
13[assembly: HostingStartup(typeof(Microsoft.AspNetCore.Watch.BrowserRefresh.HostingStartup))]
5 references to HostingStartupAttribute
Microsoft.AspNetCore.Hosting (4)
GenericHost\GenericWebHostBuilder.cs (2)
147foreach (var attribute in assembly.GetCustomAttributes<HostingStartupAttribute>())
WebHostBuilder.cs (2)
242foreach (var attribute in assembly.GetCustomAttributes<HostingStartupAttribute>())
Microsoft.AspNetCore.Hosting.Abstractions (1)
HostingStartupAttribute.cs (1)
15/// Constructs the <see cref="HostingStartupAttribute"/> with the specified type.