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