2 implementations of VSTestBlameHangDumpType
Microsoft.TestPlatform.Build (2)
Tasks\VSTestTask.cs (1)
39public string? VSTestBlameHangDumpType { get; set; }
Tasks\VSTestTask2.cs (1)
39public string? VSTestBlameHangDumpType { get; set; }
2 references to VSTestBlameHangDumpType
Microsoft.TestPlatform.Build (2)
Tasks\TestTaskUtils.cs (2)
168if (!task.VSTestBlameHangDumpType.IsNullOrEmpty()) 170dumpArgs.Add($"HangDumpType={task.VSTestBlameHangDumpType}");