1 write to _platformEnvironment
Microsoft.TestPlatform.TestHostRuntimeProvider (1)
Hosting\DotnetTestHostManager.cs (1)
125_platformEnvironment = platformEnvironment;
13 references to _platformEnvironment
Microsoft.TestPlatform.TestHostRuntimeProvider (13)
Hosting\DotnetTestHostManager.cs (13)
240EqtTrace.Verbose($"DotnetTestHostmanager.GetTestHostProcessStartInfo: Platform environment '{_platformEnvironment.Architecture}' target architecture '{_architecture}' framework '{_targetFramework}' OS '{_platformEnvironment.OperatingSystem}'"); 352&& _platformEnvironment.OperatingSystem.Equals(PlatformOperatingSystem.Windows) 507EqtTrace.Verbose($"DotnetTestHostmanager: Searching muxer for the architecture '{targetArchitecture}', OS '{_platformEnvironment.OperatingSystem}' framework '{_targetFramework}' SDK platform architecture '{_platformEnvironment.Architecture}'"); 510EqtTrace.Verbose($"DotnetTestHostmanager: Forcing the search to x64 architecure, IsDefaultTargetArchitecture '{_isDefaultTargetArchitecture}' OS '{_platformEnvironment.OperatingSystem}' framework '{_targetFramework}'"); 522string message = string.Format(CultureInfo.CurrentCulture, TestHostResources.NoDotnetMuxerFoundForArchitecture, $"dotnet{(_platformEnvironment.OperatingSystem == PlatformOperatingSystem.Windows ? ".exe" : string.Empty)}", finalTargetArchitecture.ToString()); 646if (_platformEnvironment.OperatingSystem == PlatformOperatingSystem.Windows) 709if (_platformEnvironment.OperatingSystem == PlatformOperatingSystem.OSX && 710_platformEnvironment.Architecture == PlatformArchitecture.ARM64 && 717return _platformEnvironment.OperatingSystem == PlatformOperatingSystem.Windows && 718_platformEnvironment.Architecture == PlatformArchitecture.ARM64 && 789if (_platformEnvironment.OperatingSystem != PlatformOperatingSystem.Windows