3 references to IsRunningX86OnX64
Microsoft.AspNetCore.Server.IntegrationTesting (1)
Deployers\ApplicationDeployer.cs (1)
103
if (DotNetCommands.
IsRunningX86OnX64
(DeploymentParameters.RuntimeArchitecture))
Microsoft.AspNetCore.Server.IntegrationTesting.IIS (2)
IISExpressDeployer.cs (2)
358
&& DotNetCommands.
IsRunningX86OnX64
(DeploymentParameters.RuntimeArchitecture))
378
if (DotNetCommands.
IsRunningX86OnX64
(DeploymentParameters.RuntimeArchitecture))