4 references to OperatingSystemPlatform
dotnet (2)
ParserOptionActions.cs (1)
158Reporter.Output.WriteLine($" OS Platform: {RuntimeEnvironment.OperatingSystemPlatform}");
Telemetry\TelemetryCommonProperties.cs (1)
60{ OSPlatform, RuntimeEnvironment.OperatingSystemPlatform.ToString() },
dotnet-aot (2)
src\sdk\src\Cli\dotnet\ParserOptionActions.cs (1)
158Reporter.Output.WriteLine($" OS Platform: {RuntimeEnvironment.OperatingSystemPlatform}");
src\sdk\src\Cli\dotnet\Telemetry\TelemetryCommonProperties.cs (1)
60{ OSPlatform, RuntimeEnvironment.OperatingSystemPlatform.ToString() },