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