2 references to GetDistroId
Microsoft.DotNet.Cli.Utils (2)
RuntimeEnvironment.cs (2)
41
return
GetDistroId
() ?? nameof(Platform.Linux);
49
return
GetDistroId
() ?? nameof(Platform.illumos);