7 writes to Args
Microsoft.AspNetCore (3)
WebApplication.cs (3)
96
new WebApplicationBuilder(new() {
Args
= args }).Build();
118
new(new() {
Args
= args });
126
new(new() {
Args
= args }, slim: true);
Microsoft.AspNetCore.Tests (4)
WebApplicationTests.cs (4)
82
var builder = WebApplication.CreateEmptyBuilder(new() {
Args
= args });
839
Args
= new[] {
889
Args
= new[] {
2119
Args
= new[] { "--applicationName", typeof(WebApplication).Assembly.FullName },
4 references to Args
Microsoft.AspNetCore (4)
WebApplicationBuilder.cs (4)
42
Args = options.
Args
,
97
Args = options.
Args
,
105
ApplyDefaultAppConfigurationSlim(_hostApplicationBuilder.Environment, configuration, options.
Args
);
158
Args = options.
Args
,