8 references to RuntimeArchitectures
Microsoft.AspNetCore.FunctionalTests (1)
WebHostFunctionalTests.cs (1)
209var deploymentParameters = new DeploymentParameters(Path.Combine(GetTestSitesPath(), applicationName), ServerType.Kestrel, RuntimeFlavor.CoreClr, RuntimeArchitectures.Current)
Microsoft.AspNetCore.Hosting.FunctionalTests (2)
LinkedApplicationTests.cs (1)
29RuntimeArchitectures.Current)
ShutdownTests.cs (1)
54RuntimeArchitectures.Current)
Microsoft.AspNetCore.Server.HttpSys.NonHelixTests (1)
DelegateOutOfProcTests.cs (1)
33RuntimeArchitectures.Current)
Microsoft.AspNetCore.Server.IntegrationTesting (3)
Common\DeploymentParameters.cs (1)
102public RuntimeArchitecture RuntimeArchitecture { get; set; } = RuntimeArchitectures.Current;
TestMatrix.cs (2)
59Architectures.Add(RuntimeArchitectures.Current); 129Architectures.Add(RuntimeArchitectures.Current);
Microsoft.AspNetCore.WebSockets.ConformanceTests (1)
Autobahn\AutobahnTester.cs (1)
134var parameters = new DeploymentParameters(appPath, server, RuntimeFlavor.CoreClr, RuntimeArchitectures.Current)