2 references to Full
Microsoft.TestPlatform.Extensions.BlameDataCollector (2)
BlameCollector.cs (2)
164
_environmentVariables.Add(new KeyValuePair<string, string>("COMPlus_DbgMiniDumpType", _crashDumpType == CrashDumpType.
Full
? "4" : "2"));
648
_processDumpUtility.StartTriggerBasedProcessDump(args.TestHostProcessId, dumpDirectory, _crashDumpType == CrashDumpType.
Full
, _targetFramework!, _collectDumpAlways, logWarning);