5 writes to ConfigureApplication
Microsoft.AspNetCore.Hosting (5)
GenericHost\GenericWebHostBuilder.cs (4)
111
options.
ConfigureApplication
= app =>
266
options.
ConfigureApplication
= app =>
327
options.
ConfigureApplication
= configure;
351
options.
ConfigureApplication
= app => configure(webhostBuilderContext, app);
GenericHost\SlimWebHostBuilder.cs (1)
88
options.
ConfigureApplication
= app => configure(webhostBuilderContext, app);
1 reference to ConfigureApplication
Microsoft.AspNetCore.Hosting (1)
GenericHost\GenericWebHostService.cs (1)
126
var configure = Options.
ConfigureApplication
;