1 write to _environment
Microsoft.TestPlatform.CoreUtilities (1)
Helpers\DotnetHostHelper.cs (1)
72
_environment
= environment;
10 references to _environment
Microsoft.TestPlatform.CoreUtilities (10)
Helpers\DotnetHostHelper.cs (10)
108
if (
_environment
.OperatingSystem.Equals(PlatformOperatingSystem.Windows))
153
bool isWinOs =
_environment
.OperatingSystem == PlatformOperatingSystem.Windows;
175
targetArchitecture == PlatformArchitecture.X86 &&
_environment
.OperatingSystem == PlatformOperatingSystem.Windows)
262
if ((
_environment
.Architecture == PlatformArchitecture.X64 ||
_environment
.Architecture == PlatformArchitecture.ARM64) &&
270
muxerPath =
_environment
.Architecture == PlatformArchitecture.ARM64 && targetArchitecture == PlatformArchitecture.X64
277
if (
_environment
.OperatingSystem == PlatformOperatingSystem.OSX)
280
muxerPath =
_environment
.Architecture == PlatformArchitecture.ARM64 && targetArchitecture == PlatformArchitecture.X64
486
if (
_environment
.OperatingSystem == PlatformOperatingSystem.Windows)
490
else if (
_environment
.OperatingSystem == PlatformOperatingSystem.OSX)