3 implementations of IHangDumper
Microsoft.TestPlatform.Extensions.BlameDataCollector (3)
NetClientHangDumper.cs (1)
18
internal class NetClientHangDumper :
IHangDumper
ProcDumpDumper.cs (1)
24
public class ProcDumpDumper : ICrashDumper,
IHangDumper
WindowsHangDumper.cs (1)
18
internal class WindowsHangDumper :
IHangDumper
3 references to IHangDumper
Microsoft.TestPlatform.Extensions.BlameDataCollector (3)
HangDumperFactory.cs (1)
16
public
IHangDumper
Create(string targetFramework)
IHangDumperFactory.cs (1)
12
IHangDumper
Create(string targetFramework);
ProcessDumpUtility.cs (1)
127
var
dumper = _hangDumperFactory.Create(targetFramework);