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