6 references to OperatingSystemPlatform
dotnet (3)
CommandLineInfo.cs (1)
33Reporter.Output.WriteLine($" OS Platform: {RuntimeEnvironment.OperatingSystemPlatform}");
PerformanceLogEventSource.cs (1)
35OSInfo(RuntimeEnvironment.OperatingSystem, RuntimeEnvironment.OperatingSystemVersion, RuntimeEnvironment.OperatingSystemPlatform.ToString());
Telemetry\TelemetryCommonProperties.cs (1)
65{OSPlatform, RuntimeEnvironment.OperatingSystemPlatform.ToString()},
Microsoft.DotNet.Cli.Utils.Tests (3)
RuntimeEnvironmentTests.cs (3)
15Assert.Equal(Platform.Windows, RuntimeEnvironment.OperatingSystemPlatform); 31Assert.Equal(Platform.Darwin, RuntimeEnvironment.OperatingSystemPlatform); 47Assert.Equal(Platform.Linux, RuntimeEnvironment.OperatingSystemPlatform);