2 references to GetArchFromRid
Microsoft.DotNet.Cli.Definitions (2)
Common\TargetPlatformOptions.cs (2)
50
if (
GetArchFromRid
(rid) == "amd64")
102
arch = string.IsNullOrEmpty(arch) ?
GetArchFromRid
(GetCurrentRuntimeId()) : arch;