26 references to CoreClr
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 (4)
Deployers\ApplicationDeployer.cs (1)
64return RuntimeFlavor.CoreClr;
Deployers\NginxDeployer.cs (1)
58if (DeploymentParameters.RuntimeFlavor == RuntimeFlavor.CoreClr
Deployers\SelfHostDeployer.cs (2)
46if (DeploymentParameters.RuntimeFlavor == RuntimeFlavor.CoreClr 105if (DeploymentParameters.RuntimeFlavor == RuntimeFlavor.CoreClr && DeploymentParameters.ApplicationType == ApplicationType.Portable)
Microsoft.AspNetCore.Server.IntegrationTesting.IIS (3)
IISExpressDeployer.cs (3)
74if (DeploymentParameters.RuntimeFlavor == RuntimeFlavor.CoreClr && DeploymentParameters.ApplicationType == ApplicationType.Portable) 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)