9 references to HangDumpType
Microsoft.TestPlatform.Extensions.BlameDataCollector (9)
BlameCollector.cs (9)
56private HangDumpType? _hangDumpType; 257if ((_hangDumpType ?? HangDumpType.Full) != HangDumpType.None) 263_processDumpUtility.StartHangBasedProcessDump(_testHostProcessId, dumpDirectory, _hangDumpType == HangDumpType.Full, _targetFramework!, logWarning); 415if (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)))); 429if (Enum.TryParse(attribute.Value, ignoreCase: true, out HangDumpType value2) && Enum.IsDefined(typeof(HangDumpType), value2))