2 references to WebConfigOverridesGlobalEnvironmentVariables
IIS.LongTests (2)
src\Servers\IIS\IIS\test\Common.LongTests\StartupTests.cs (2)
1206
public Task WebConfigOverridesGlobalEnvironmentVariables_InProcess() =>
WebConfigOverridesGlobalEnvironmentVariables
(HostingModel.InProcess);
1211
public Task WebConfigOverridesGlobalEnvironmentVariables_OutOfProcess() =>
WebConfigOverridesGlobalEnvironmentVariables
(HostingModel.OutOfProcess);