1 write to _environment
vstest.console (1)
TestPlatformHelpers\TestRequestManager.cs (1)
159_environment = environment;
3 references to _environment
vstest.console (3)
TestPlatformHelpers\TestRequestManager.cs (3)
639if (_environment.Architecture == PlatformArchitecture.ARM64 && _environment.OperatingSystem == PlatformOperatingSystem.Windows) 652EqtTrace.Verbose($"TestRequestManager.UpdateRunSettingsIfRequired: Default architecture: {defaultArchitecture} IsDefaultTargetArchitecture: {_runSettingsHelper.IsDefaultTargetArchitecture}, Current process architecture: {_processHelper.GetCurrentProcessArchitecture()} OperatingSystem: {_environment.OperatingSystem}.");