2 references to GetCurrentRuntimeId
Microsoft.DotNet.Cli.Definitions (2)
Common\TargetPlatformOptions.cs (2)
101
os = string.IsNullOrEmpty(os) ? GetOsFromRid(
GetCurrentRuntimeId
()) : os;
102
arch = string.IsNullOrEmpty(arch) ? GetArchFromRid(
GetCurrentRuntimeId
()) : arch;