1 implementation of IHangDumperFactory
Microsoft.TestPlatform.Extensions.BlameDataCollector (1)
HangDumperFactory.cs (1)
12
internal class HangDumperFactory :
IHangDumperFactory
2 references to IHangDumperFactory
Microsoft.TestPlatform.Extensions.BlameDataCollector (2)
ProcessDumpUtility.cs (2)
23
private readonly
IHangDumperFactory
_hangDumperFactory;
34
public ProcessDumpUtility(IProcessHelper processHelper, IFileHelper fileHelper,
IHangDumperFactory
hangDumperFactory, ICrashDumperFactory crashDumperFactory)