4 references to FormatBlameParameterValueIncorrectMessage
Microsoft.TestPlatform.Extensions.BlameDataCollector (4)
BlameCollector.cs (4)
361
_logger.LogWarning(_context.SessionDataCollectionContext,
FormatBlameParameterValueIncorrectMessage
(attribute, [Constants.TrueConfigurationValue, Constants.FalseConfigurationValue]));
374
_logger.LogWarning(_context.SessionDataCollectionContext,
FormatBlameParameterValueIncorrectMessage
(attribute, Enum.GetNames(typeof(CrashDumpType))));
421
_logger.LogWarning(_context.SessionDataCollectionContext,
FormatBlameParameterValueIncorrectMessage
(attribute, Enum.GetNames(typeof(HangDumpType))));
437
_logger.LogWarning(_context.SessionDataCollectionContext,
FormatBlameParameterValueIncorrectMessage
(attribute, Enum.GetNames(typeof(CrashDumpType))));