1 write to _environment
vstest.console (1)
Processors\AeDebuggerArgumentProcessor.cs (1)
80
_environment
= environment ?? throw new ArgumentNullException(nameof(environment));
2 references to _environment
vstest.console (2)
Processors\AeDebuggerArgumentProcessor.cs (2)
121
if (
_environment
.OperatingSystem != PlatformOperatingSystem.Windows)
145
procDumpPath = Path.Combine(procDumpToolDirectoryPath.FullName, ProcDumpExecutableHelper.ProcDumpFileName(
_environment
.Architecture));