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