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