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);