4 writes to SuppressEnvironmentConfiguration
Microsoft.AspNetCore (3)
WebApplicationBuilder.cs (3)
74options.SuppressEnvironmentConfiguration = true; 140options.SuppressEnvironmentConfiguration = true; 195options.SuppressEnvironmentConfiguration = true;
Microsoft.AspNetCore.Hosting.Tests (1)
GenericWebHostBuilderTests.cs (1)
36.ConfigureWebHost(_ => { }, webHostBulderOptions => { webHostBulderOptions.SuppressEnvironmentConfiguration = true; })
1 reference to SuppressEnvironmentConfiguration
Microsoft.AspNetCore.Hosting (1)
GenericHost\WebHostBuilderBase.cs (1)
21if (!options.SuppressEnvironmentConfiguration)