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