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