4 writes to SuppressEnvironmentConfiguration
Microsoft.AspNetCore (3)
WebApplicationBuilder.cs (3)
74
options.
SuppressEnvironmentConfiguration
= true;
140
options.
SuppressEnvironmentConfiguration
= true;
195
options.
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)
21
if (!options.
SuppressEnvironmentConfiguration
)