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