1 implementation of StartTriggerBasedProcessDump
Microsoft.TestPlatform.Extensions.BlameDataCollector (1)
ProcessDumpUtility.cs (1)
98
public void
StartTriggerBasedProcessDump
(int processId, string testResultsDirectory, bool isFullDump, string targetFramework, bool collectAlways, Action<string> logWarning)
1 reference to StartTriggerBasedProcessDump
Microsoft.TestPlatform.Extensions.BlameDataCollector (1)
BlameCollector.cs (1)
648
_processDumpUtility.
StartTriggerBasedProcessDump
(args.TestHostProcessId, dumpDirectory, _crashDumpType == CrashDumpType.Full, _targetFramework!, _collectDumpAlways, logWarning);