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