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