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)
238
EqtTrace.Verbose($"DotnetTestHostmanager.GetTestHostProcessStartInfo: Platform environment '{
_platformEnvironment
.Architecture}' target architecture '{_architecture}' framework '{_targetFramework}' OS '{
_platformEnvironment
.OperatingSystem}'");
315
&&
_platformEnvironment
.OperatingSystem.Equals(PlatformOperatingSystem.Windows)
486
EqtTrace.Verbose($"DotnetTestHostmanager: Searching muxer for the architecture '{targetArchitecture}', OS '{
_platformEnvironment
.OperatingSystem}' framework '{_targetFramework}' SDK platform architecture '{
_platformEnvironment
.Architecture}'");
489
EqtTrace.Verbose($"DotnetTestHostmanager: Forcing the search to x64 architecure, IsDefaultTargetArchitecture '{_runsettingHelper.IsDefaultTargetArchitecture}' OS '{
_platformEnvironment
.OperatingSystem}' framework '{_targetFramework}'");
501
string message = string.Format(CultureInfo.CurrentCulture, Resources.NoDotnetMuxerFoundForArchitecture, $"dotnet{(
_platformEnvironment
.OperatingSystem == PlatformOperatingSystem.Windows ? ".exe" : string.Empty)}", finalTargetArchitecture.ToString());
626
if (
_platformEnvironment
.OperatingSystem == PlatformOperatingSystem.Windows)
689
if (
_platformEnvironment
.OperatingSystem == PlatformOperatingSystem.OSX &&
690
_platformEnvironment
.Architecture == PlatformArchitecture.ARM64 &&
697
return
_platformEnvironment
.OperatingSystem == PlatformOperatingSystem.Windows &&
698
_platformEnvironment
.Architecture == PlatformArchitecture.ARM64 &&