2 implementations of ICrashDumper
Microsoft.TestPlatform.Extensions.BlameDataCollector (2)
NetClientCrashDumper.cs (1)
12
internal class NetClientCrashDumper :
ICrashDumper
ProcDumpDumper.cs (1)
24
public class ProcDumpDumper :
ICrashDumper
, IHangDumper
3 references to ICrashDumper
Microsoft.TestPlatform.Extensions.BlameDataCollector (3)
CrashDumperFactory.cs (1)
14
public
ICrashDumper
Create(string targetFramework)
ICrashDumperFactory.cs (1)
8
ICrashDumper
Create(string targetFramework);
ProcessDumpUtility.cs (1)
25
private
ICrashDumper
? _crashDumper;