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