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)
121if (_environment.OperatingSystem != PlatformOperatingSystem.Windows) 145procDumpPath = Path.Combine(procDumpToolDirectoryPath.FullName, ProcDumpExecutableHelper.ProcDumpFileName(_environment.Architecture));