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