9 references to HangDumpType
Microsoft.TestPlatform.Extensions.BlameDataCollector (9)
BlameCollector.cs (9)
56
private
HangDumpType
? _hangDumpType;
262
if ((_hangDumpType ??
HangDumpType
.Full) !=
HangDumpType
.None)
268
_processDumpUtility.StartHangBasedProcessDump(_testHostProcessId, dumpDirectory, _hangDumpType ==
HangDumpType
.Full, _targetFramework!, logWarning);
420
if (Enum.TryParse(attribute.Value, ignoreCase: true, out
HangDumpType
value) && Enum.IsDefined(typeof(
HangDumpType
), value))
426
_logger.LogWarning(_context.SessionDataCollectionContext, FormatBlameParameterValueIncorrectMessage(attribute, Enum.GetNames(typeof(
HangDumpType
))));
434
if (Enum.TryParse(attribute.Value, ignoreCase: true, out
HangDumpType
value2) && Enum.IsDefined(typeof(
HangDumpType
), value2))