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