6 references to Linux
Microsoft.DotNet.Cli.Utils (5)
RuntimeEnvironment.cs (5)
39case Platform.Linux: 40return GetDistroId() ?? nameof(Platform.Linux); 62case Platform.Linux: 99case Platform.Linux: 223return Platform.Linux;
Microsoft.DotNet.Cli.Utils.Tests (1)
RuntimeEnvironmentTests.cs (1)
47Assert.Equal(Platform.Linux, RuntimeEnvironment.OperatingSystemPlatform);