7 references to RuntimeEnvironment
dotnet-aot (7)
parent\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}");
parent\dotnet\Telemetry\TelemetryCommonProperties.cs (3)
9using RuntimeEnvironment = Microsoft.DotNet.Cli.Utils.RuntimeEnvironment; 59{ OSVersion, RuntimeEnvironment.OperatingSystemVersion }, 60{ OSPlatform, RuntimeEnvironment.OperatingSystemPlatform.ToString() },