36 references 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.Microbenchmarks (1)
StartupTimeBenchmark.cs (1)
28RuntimeFlavor.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.FunctionalTests (2)
WebHostFunctionalTests.cs (2)
154var deploymentParameters = new DeploymentParameters(Path.Combine(GetTestSitesPath(), applicationName), ServerType.IISExpress, RuntimeFlavor.CoreClr, RuntimeArchitecture.x64) 209var deploymentParameters = new DeploymentParameters(Path.Combine(GetTestSitesPath(), applicationName), ServerType.Kestrel, RuntimeFlavor.CoreClr, RuntimeArchitectures.Current)
Microsoft.AspNetCore.Hosting.FunctionalTests (2)
LinkedApplicationTests.cs (1)
28RuntimeFlavor.CoreClr,
ShutdownTests.cs (1)
53RuntimeFlavor.CoreClr,
Microsoft.AspNetCore.Server.HttpSys.NonHelixTests (1)
DelegateOutOfProcTests.cs (1)
32RuntimeFlavor.CoreClr,
Microsoft.AspNetCore.Server.IntegrationTesting (12)
Common\DeploymentParameters.cs (2)
52RuntimeFlavor runtimeFlavor, 100public RuntimeFlavor RuntimeFlavor { get; set; }
Deployers\ApplicationDeployer.cs (4)
37if (DeploymentParameters.RuntimeFlavor == RuntimeFlavor.None && !string.IsNullOrEmpty(DeploymentParameters.TargetFramework)) 58private static RuntimeFlavor GetRuntimeFlavor(string tfm) 62return RuntimeFlavor.Clr; 64return RuntimeFlavor.CoreClr;
Deployers\NginxDeployer.cs (1)
58if (DeploymentParameters.RuntimeFlavor == RuntimeFlavor.CoreClr
Deployers\RemoteWindowsDeployer\RemoteWindowsDeploymentParameters.cs (1)
12RuntimeFlavor runtimeFlavor,
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 (5)
IISDeploymentParameters.cs (1)
22RuntimeFlavor runtimeFlavor,
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
Microsoft.AspNetCore.WebSockets.ConformanceTests (1)
Autobahn\AutobahnTester.cs (1)
134var parameters = new DeploymentParameters(appPath, server, RuntimeFlavor.CoreClr, RuntimeArchitectures.Current)