3 references to OperatingSystemPlatform
dotnet (3)
CommandLineInfo.cs (1)
48Reporter.Output.WriteLine($" OS Platform: {RuntimeEnvironment.OperatingSystemPlatform}");
ParserOptionActions.cs (1)
149Reporter.Output.WriteLine($" OS Platform: {RuntimeEnvironment.OperatingSystemPlatform}");
Telemetry\TelemetryCommonProperties.cs (1)
59{ OSPlatform, RuntimeEnvironment.OperatingSystemPlatform.ToString() },