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)
54
var targetProcessArchitecture =
_environment
.Architecture;
80
string filename =
_environment
.OperatingSystem == PlatformOperatingSystem.Windows
82
:
_environment
.OperatingSystem is PlatformOperatingSystem.Unix or PlatformOperatingSystem.OSX
84
: throw new NotSupportedException($"Not supported platform {
_environment
.OperatingSystem}");