6 references to Create
DefaultBuilder.SampleApp (1)
Program.cs (1)
12var app = WebApplication.Create(args);
Microsoft.AspNetCore.FunctionalTests (2)
WebApplicationFunctionalTests.cs (2)
30await using var app = WebApplication.Create(new[] { "--contentRoot", contentRootPath }); 73var app = WebApplication.Create(new[] { "--environment", "Development", "--contentRoot", contentRootPath });
Microsoft.AspNetCore.Tests (2)
WebApplicationTests.cs (2)
1462var app = WebApplication.Create(); 1628var app = WebApplication.Create();
SimpleWebSiteWithWebApplicationBuilderException (1)
Program.cs (1)
4var app = WebApplication.Create(args);