4 references to FormatBlameParameterValueIncorrectMessage
Microsoft.TestPlatform.Extensions.BlameDataCollector (4)
BlameCollector.cs (4)
366
_logger.LogWarning(_context.SessionDataCollectionContext,
FormatBlameParameterValueIncorrectMessage
(attribute, [Constants.TrueConfigurationValue, Constants.FalseConfigurationValue]));
379
_logger.LogWarning(_context.SessionDataCollectionContext,
FormatBlameParameterValueIncorrectMessage
(attribute, Enum.GetNames(typeof(CrashDumpType))));
426
_logger.LogWarning(_context.SessionDataCollectionContext,
FormatBlameParameterValueIncorrectMessage
(attribute, Enum.GetNames(typeof(HangDumpType))));
442
_logger.LogWarning(_context.SessionDataCollectionContext,
FormatBlameParameterValueIncorrectMessage
(attribute, Enum.GetNames(typeof(CrashDumpType))));