1 write to _platformEnvironment
Microsoft.TestPlatform.TestHostRuntimeProvider (1)
Hosting\DotnetTestHostManager.cs (1)
123_platformEnvironment = platformEnvironment;
13 references to _platformEnvironment
Microsoft.TestPlatform.TestHostRuntimeProvider (13)
Hosting\DotnetTestHostManager.cs (13)
238EqtTrace.Verbose($"DotnetTestHostmanager.GetTestHostProcessStartInfo: Platform environment '{_platformEnvironment.Architecture}' target architecture '{_architecture}' framework '{_targetFramework}' OS '{_platformEnvironment.OperatingSystem}'"); 350&& _platformEnvironment.OperatingSystem.Equals(PlatformOperatingSystem.Windows) 505EqtTrace.Verbose($"DotnetTestHostmanager: Searching muxer for the architecture '{targetArchitecture}', OS '{_platformEnvironment.OperatingSystem}' framework '{_targetFramework}' SDK platform architecture '{_platformEnvironment.Architecture}'"); 508EqtTrace.Verbose($"DotnetTestHostmanager: Forcing the search to x64 architecure, IsDefaultTargetArchitecture '{_runsettingHelper.IsDefaultTargetArchitecture}' OS '{_platformEnvironment.OperatingSystem}' framework '{_targetFramework}'"); 520string message = string.Format(CultureInfo.CurrentCulture, TestHostResources.NoDotnetMuxerFoundForArchitecture, $"dotnet{(_platformEnvironment.OperatingSystem == PlatformOperatingSystem.Windows ? ".exe" : string.Empty)}", finalTargetArchitecture.ToString()); 644if (_platformEnvironment.OperatingSystem == PlatformOperatingSystem.Windows) 707if (_platformEnvironment.OperatingSystem == PlatformOperatingSystem.OSX && 708_platformEnvironment.Architecture == PlatformArchitecture.ARM64 && 715return _platformEnvironment.OperatingSystem == PlatformOperatingSystem.Windows && 716_platformEnvironment.Architecture == PlatformArchitecture.ARM64 && 787if (_platformEnvironment.OperatingSystem != PlatformOperatingSystem.Windows