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