5 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);