6 references to OperatingSystemPlatform
dotnet (3)
CommandLineInfo.cs (1)
33
Reporter.Output.WriteLine($" OS Platform: {RuntimeEnvironment.
OperatingSystemPlatform
}");
PerformanceLogEventSource.cs (1)
35
OSInfo(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)
15
Assert.Equal(Platform.Windows, RuntimeEnvironment.
OperatingSystemPlatform
);
31
Assert.Equal(Platform.Darwin, RuntimeEnvironment.
OperatingSystemPlatform
);
47
Assert.Equal(Platform.Linux, RuntimeEnvironment.
OperatingSystemPlatform
);