2 instantiations of HostingStartupAttribute
Microsoft.AspNetCore.Server.IISIntegration (1)
IISHostingStartup.cs (1)
6[assembly: HostingStartup(typeof(Microsoft.AspNetCore.Server.IISIntegration.IISHostingStartup))]
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.