5 references to WebApplicationBuilder
Microsoft.AspNetCore (4)
WebApplication.cs (4)
96new WebApplicationBuilder(new() { Args = args }).Build(); 103new(new()); 118new(new() { Args = args }); 134new(options);
Microsoft.AspNetCore.Tests (1)
WebApplicationTests.cs (1)
139=> new WebApplicationBuilder(options, configureDefaults);