4 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);