1 write to _crashDumpType
Microsoft.TestPlatform.Extensions.BlameDataCollector (1)
BlameCollector.cs (1)
370_crashDumpType = value;
2 references to _crashDumpType
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);