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)
151if (!task.VSTestBlameHangDumpType.IsNullOrEmpty()) 153dumpArgs.Add($"HangDumpType={task.VSTestBlameHangDumpType}");