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) 487EqtTrace.Verbose($"DotnetTestHostmanager: Searching muxer for the architecture '{targetArchitecture}', OS '{_platformEnvironment.OperatingSystem}' framework '{_targetFramework}' SDK platform architecture '{_platformEnvironment.Architecture}'"); 490EqtTrace.Verbose($"DotnetTestHostmanager: Forcing the search to x64 architecure, IsDefaultTargetArchitecture '{_runsettingHelper.IsDefaultTargetArchitecture}' OS '{_platformEnvironment.OperatingSystem}' framework '{_targetFramework}'"); 502string message = string.Format(CultureInfo.CurrentCulture, Resources.NoDotnetMuxerFoundForArchitecture, $"dotnet{(_platformEnvironment.OperatingSystem == PlatformOperatingSystem.Windows ? ".exe" : string.Empty)}", finalTargetArchitecture.ToString()); 627if (_platformEnvironment.OperatingSystem == PlatformOperatingSystem.Windows) 690if (_platformEnvironment.OperatingSystem == PlatformOperatingSystem.OSX && 691_platformEnvironment.Architecture == PlatformArchitecture.ARM64 && 698return _platformEnvironment.OperatingSystem == PlatformOperatingSystem.Windows && 699_platformEnvironment.Architecture == PlatformArchitecture.ARM64 &&