1 write to _platformEnvironment
Microsoft.TestPlatform.TestHostRuntimeProvider (1)
Hosting\DotnetTestHostManager.cs (1)
123_platformEnvironment = platformEnvironment;
12 references to _platformEnvironment
Microsoft.TestPlatform.TestHostRuntimeProvider (12)
Hosting\DotnetTestHostManager.cs (12)
238EqtTrace.Verbose($"DotnetTestHostmanager.GetTestHostProcessStartInfo: Platform environment '{_platformEnvironment.Architecture}' target architecture '{_architecture}' framework '{_targetFramework}' OS '{_platformEnvironment.OperatingSystem}'"); 315&& _platformEnvironment.OperatingSystem.Equals(PlatformOperatingSystem.Windows) 486EqtTrace.Verbose($"DotnetTestHostmanager: Searching muxer for the architecture '{targetArchitecture}', OS '{_platformEnvironment.OperatingSystem}' framework '{_targetFramework}' SDK platform architecture '{_platformEnvironment.Architecture}'"); 489EqtTrace.Verbose($"DotnetTestHostmanager: Forcing the search to x64 architecure, IsDefaultTargetArchitecture '{_runsettingHelper.IsDefaultTargetArchitecture}' OS '{_platformEnvironment.OperatingSystem}' framework '{_targetFramework}'"); 501string message = string.Format(CultureInfo.CurrentCulture, Resources.NoDotnetMuxerFoundForArchitecture, $"dotnet{(_platformEnvironment.OperatingSystem == PlatformOperatingSystem.Windows ? ".exe" : string.Empty)}", finalTargetArchitecture.ToString()); 626if (_platformEnvironment.OperatingSystem == PlatformOperatingSystem.Windows) 689if (_platformEnvironment.OperatingSystem == PlatformOperatingSystem.OSX && 690_platformEnvironment.Architecture == PlatformArchitecture.ARM64 && 697return _platformEnvironment.OperatingSystem == PlatformOperatingSystem.Windows && 698_platformEnvironment.Architecture == PlatformArchitecture.ARM64 &&