3 references to Diagnostic
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (3)
RemoveUnnecessaryAttributeSuppressionsTests.cs (1)
197
var expectedDiagnostic = VerifyCS.
Diagnostic
(AbstractRemoveUnnecessaryAttributeSuppressionsDiagnosticAnalyzer.LegacyFormatTargetDescriptor)
RemoveUnusedMembersTests.cs (1)
1450
VerifyCS.
Diagnostic
(descriptor).WithMessage(expectedMessage).WithLocation(0),
UpdateLegacySuppressionsTests.cs (1)
61
var expectedDiagnostic = VerifyCS.
Diagnostic
(AbstractRemoveUnnecessaryAttributeSuppressionsDiagnosticAnalyzer.LegacyFormatTargetDescriptor)