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