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