1 write to _environment
Microsoft.TestPlatform.Extensions.BlameDataCollector (1)
src\vstest\src\Microsoft.TestPlatform.Execution.Shared\ProcDumpExecutableHelper.cs (1)
39_environment = environment;
4 references to _environment
Microsoft.TestPlatform.Extensions.BlameDataCollector (4)
src\vstest\src\Microsoft.TestPlatform.Execution.Shared\ProcDumpExecutableHelper.cs (4)
54var targetProcessArchitecture = _environment.Architecture; 80string filename = _environment.OperatingSystem == PlatformOperatingSystem.Windows 82: _environment.OperatingSystem is PlatformOperatingSystem.Unix or PlatformOperatingSystem.OSX 84: throw new NotSupportedException($"Not supported platform {_environment.OperatingSystem}");