1 write to HostingStartupType
Microsoft.AspNetCore.Hosting.Abstractions (1)
HostingStartupAttribute.cs (1)
27HostingStartupType = hostingStartupType;
2 references to HostingStartupType
Microsoft.AspNetCore.Hosting (2)
GenericHost\GenericWebHostBuilder.cs (1)
149var hostingStartup = (IHostingStartup)Activator.CreateInstance(attribute.HostingStartupType)!;
WebHostBuilder.cs (1)
242var hostingStartup = (IHostingStartup)Activator.CreateInstance(attribute.HostingStartupType)!;