2 references to GetArchFromRid
dotnet (2)
CommonOptions.cs (2)
192if (GetArchFromRid(rid) == "amd64") 440arch = string.IsNullOrEmpty(arch) ? GetArchFromRid(currentRid) : arch;