14 writes to RuntimeFlavor
IIS.FunctionalTests (2)
src\Servers\IIS\IIS\test\Common.FunctionalTests\Infrastructure\IISTestSiteFixture.cs (1)
42RuntimeFlavor = RuntimeFlavor.CoreClr,
src\Servers\IIS\IIS\test\Common.FunctionalTests\Infrastructure\PublishedSitesFixture.cs (1)
48RuntimeFlavor = RuntimeFlavor.CoreClr,
IIS.LongTests (2)
src\Servers\IIS\IIS\test\Common.FunctionalTests\Infrastructure\IISTestSiteFixture.cs (1)
42RuntimeFlavor = RuntimeFlavor.CoreClr,
src\Servers\IIS\IIS\test\Common.FunctionalTests\Infrastructure\PublishedSitesFixture.cs (1)
48RuntimeFlavor = RuntimeFlavor.CoreClr,
IIS.NewHandler.FunctionalTests (2)
src\Servers\IIS\IIS\test\Common.FunctionalTests\Infrastructure\IISTestSiteFixture.cs (1)
42RuntimeFlavor = RuntimeFlavor.CoreClr,
src\Servers\IIS\IIS\test\Common.FunctionalTests\Infrastructure\PublishedSitesFixture.cs (1)
48RuntimeFlavor = RuntimeFlavor.CoreClr,
IIS.NewShim.FunctionalTests (2)
src\Servers\IIS\IIS\test\Common.FunctionalTests\Infrastructure\IISTestSiteFixture.cs (1)
42RuntimeFlavor = RuntimeFlavor.CoreClr,
src\Servers\IIS\IIS\test\Common.FunctionalTests\Infrastructure\PublishedSitesFixture.cs (1)
48RuntimeFlavor = RuntimeFlavor.CoreClr,
IIS.ShadowCopy.Tests (2)
src\Servers\IIS\IIS\test\Common.FunctionalTests\Infrastructure\IISTestSiteFixture.cs (1)
42RuntimeFlavor = RuntimeFlavor.CoreClr,
src\Servers\IIS\IIS\test\Common.FunctionalTests\Infrastructure\PublishedSitesFixture.cs (1)
48RuntimeFlavor = RuntimeFlavor.CoreClr,
IISExpress.FunctionalTests (2)
src\Servers\IIS\IIS\test\Common.FunctionalTests\Infrastructure\IISTestSiteFixture.cs (1)
42RuntimeFlavor = RuntimeFlavor.CoreClr,
src\Servers\IIS\IIS\test\Common.FunctionalTests\Infrastructure\PublishedSitesFixture.cs (1)
48RuntimeFlavor = RuntimeFlavor.CoreClr,
Microsoft.AspNetCore.Server.IntegrationTesting (2)
Common\DeploymentParameters.cs (1)
65RuntimeFlavor = runtimeFlavor;
Deployers\ApplicationDeployer.cs (1)
39DeploymentParameters.RuntimeFlavor = GetRuntimeFlavor(DeploymentParameters.TargetFramework);
11 references to RuntimeFlavor
Microsoft.AspNetCore.Server.IntegrationTesting (7)
Common\DeploymentParameters.cs (1)
188RuntimeFlavor,
Deployers\ApplicationDeployer.cs (1)
37if (DeploymentParameters.RuntimeFlavor == RuntimeFlavor.None && !string.IsNullOrEmpty(DeploymentParameters.TargetFramework))
Deployers\NginxDeployer.cs (1)
58if (DeploymentParameters.RuntimeFlavor == RuntimeFlavor.CoreClr
Deployers\SelfHostDeployer.cs (4)
39if (DeploymentParameters.RuntimeFlavor == RuntimeFlavor.Clr 46if (DeploymentParameters.RuntimeFlavor == RuntimeFlavor.CoreClr 97?? (DeploymentParameters.RuntimeFlavor == RuntimeFlavor.Clr ? Tfm.Net462 : Tfm.NetCoreApp22); 105if (DeploymentParameters.RuntimeFlavor == RuntimeFlavor.CoreClr && DeploymentParameters.ApplicationType == ApplicationType.Portable)
Microsoft.AspNetCore.Server.IntegrationTesting.IIS (4)
IISExpressDeployer.cs (4)
74if (DeploymentParameters.RuntimeFlavor == RuntimeFlavor.CoreClr && DeploymentParameters.ApplicationType == ApplicationType.Portable) 133else if (DeploymentParameters.RuntimeFlavor == RuntimeFlavor.Clr 142if (DeploymentParameters.RuntimeFlavor == RuntimeFlavor.CoreClr 356if (DeploymentParameters.RuntimeFlavor == RuntimeFlavor.CoreClr