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