7 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);
Microsoft.AspNetCore.Server.IntegrationTesting.IIS (2)
IISDeployer.cs (1)
374
if (DeploymentParameters.RuntimeArchitecture == RuntimeArchitecture.
x86
)
IISExpressDeployer.cs (1)
134
&& DeploymentParameters.RuntimeArchitecture == RuntimeArchitecture.
x86
)