6 writes to EnvironmentName
Microsoft.AspNetCore.Hosting.FunctionalTests (1)
ShutdownTests.cs (1)
56EnvironmentName = "Shutdown",
Microsoft.AspNetCore.Server.HttpSys.NonHelixTests (1)
DelegateOutOfProcTests.cs (1)
35EnvironmentName = "Testing",
Microsoft.AspNetCore.WebSockets.ConformanceTests (1)
Autobahn\AutobahnTester.cs (1)
139EnvironmentName = environment,
ServerComparison.FunctionalTests (3)
NtlmAuthenticationTest.cs (1)
42EnvironmentName = "NtlmAuthentication", // Will pick the Start class named 'StartupNtlmAuthentication'
ResponseCompressionTests.cs (1)
98EnvironmentName = "ResponseCompression",
ResponseTests.cs (1)
91EnvironmentName = "Responses"
1 reference to EnvironmentName
Microsoft.AspNetCore.Server.IntegrationTesting (1)
Deployers\ApplicationDeployer.cs (1)
141ProcessHelpers.SetEnvironmentVariable(environment, "ASPNETCORE_ENVIRONMENT", DeploymentParameters.EnvironmentName, Logger);