4 references to new
Microsoft.AspNetCore (3)
WebApplication.cs (3)
110
new
(new(), slim: true);
126
new
(new() { Args = args }, slim: true);
142
new
(options, slim: true);
Microsoft.AspNetCore.Tests (1)
WebApplicationTests.cs (1)
141
=> new
WebApplicationBuilder
(options, slim: true, configureDefaults);