14 references to RuntimeEnvironment
dotnet (7)
ParserOptionActions.cs (4)
17using RuntimeEnvironment = Microsoft.DotNet.Cli.Utils.RuntimeEnvironment; 156Reporter.Output.WriteLine($" OS Name: {RuntimeEnvironment.OperatingSystem}"); 157Reporter.Output.WriteLine($" OS Version: {RuntimeEnvironment.OperatingSystemVersion}"); 158Reporter.Output.WriteLine($" OS Platform: {RuntimeEnvironment.OperatingSystemPlatform}");
Telemetry\TelemetryCommonProperties.cs (3)
9using RuntimeEnvironment = Microsoft.DotNet.Cli.Utils.RuntimeEnvironment; 59{ OSVersion, RuntimeEnvironment.OperatingSystemVersion }, 60{ OSPlatform, RuntimeEnvironment.OperatingSystemPlatform.ToString() },
dotnet-aot (7)
src\sdk\src\Cli\dotnet\ParserOptionActions.cs (4)
17using RuntimeEnvironment = Microsoft.DotNet.Cli.Utils.RuntimeEnvironment; 156Reporter.Output.WriteLine($" OS Name: {RuntimeEnvironment.OperatingSystem}"); 157Reporter.Output.WriteLine($" OS Version: {RuntimeEnvironment.OperatingSystemVersion}"); 158Reporter.Output.WriteLine($" OS Platform: {RuntimeEnvironment.OperatingSystemPlatform}");
src\sdk\src\Cli\dotnet\Telemetry\TelemetryCommonProperties.cs (3)
9using RuntimeEnvironment = Microsoft.DotNet.Cli.Utils.RuntimeEnvironment; 59{ OSVersion, RuntimeEnvironment.OperatingSystemVersion }, 60{ OSPlatform, RuntimeEnvironment.OperatingSystemPlatform.ToString() },