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)
108if (_environment.OperatingSystem.Equals(PlatformOperatingSystem.Windows)) 153bool isWinOs = _environment.OperatingSystem == PlatformOperatingSystem.Windows; 175targetArchitecture == PlatformArchitecture.X86 && _environment.OperatingSystem == PlatformOperatingSystem.Windows) 262if ((_environment.Architecture == PlatformArchitecture.X64 || _environment.Architecture == PlatformArchitecture.ARM64) && 270muxerPath = _environment.Architecture == PlatformArchitecture.ARM64 && targetArchitecture == PlatformArchitecture.X64 277if (_environment.OperatingSystem == PlatformOperatingSystem.OSX) 280muxerPath = _environment.Architecture == PlatformArchitecture.ARM64 && targetArchitecture == PlatformArchitecture.X64 486if (_environment.OperatingSystem == PlatformOperatingSystem.Windows) 490else if (_environment.OperatingSystem == PlatformOperatingSystem.OSX)