7 references to x86
Microsoft.AspNetCore.Server.IntegrationTesting (5)
Common\DotNetCommands.cs (1)
89&& arch == RuntimeArchitecture.x86;
Common\RuntimeArchitectures.cs (1)
18Architecture.X86 => RuntimeArchitecture.x86,
Deployers\SelfHostDeployer.cs (1)
40&& DeploymentParameters.RuntimeArchitecture == RuntimeArchitecture.x86)
TestMatrix.cs (2)
62Architectures.Add(RuntimeArchitecture.x86); 264return !(arch == RuntimeArchitecture.x86 && ServerType.Nginx == server);
Microsoft.AspNetCore.Server.IntegrationTesting.IIS (2)
IISDeployer.cs (1)
374if (DeploymentParameters.RuntimeArchitecture == RuntimeArchitecture.x86)
IISExpressDeployer.cs (1)
134&& DeploymentParameters.RuntimeArchitecture == RuntimeArchitecture.x86)