2 types derived from AbstractRemoveUnnecessaryAttributeSuppressionsDiagnosticAnalyzer
Microsoft.CodeAnalysis.CSharp.CodeStyle (1)
CSharpRemoveUnnecessaryAttributeSuppressionsDiagnosticAnalyzer.cs (1)
12: AbstractRemoveUnnecessaryAttributeSuppressionsDiagnosticAnalyzer
Microsoft.CodeAnalysis.VisualBasic.CodeStyle (1)
VisualBasicRemoveUnnecessaryAttributeSuppressionsDiagnosticAnalyzer.vb (1)
13Inherits AbstractRemoveUnnecessaryAttributeSuppressionsDiagnosticAnalyzer
5 references to AbstractRemoveUnnecessaryAttributeSuppressionsDiagnosticAnalyzer
Microsoft.CodeAnalysis.CodeStyle.Fixes (2)
UpdateLegacySuppressionsCodeFixProvider.cs (2)
37if (diagnostic.Properties?.ContainsKey(AbstractRemoveUnnecessaryAttributeSuppressionsDiagnosticAnalyzer.DocCommentIdKey) == true && 50var newDocCommentId = diagnostic.Properties[AbstractRemoveUnnecessaryAttributeSuppressionsDiagnosticAnalyzer.DocCommentIdKey];
Microsoft.CodeAnalysis.CSharp.CodeStyle.UnitTests (2)
RemoveUnnecessaryAttributeSuppressionsTests.cs (1)
197var expectedDiagnostic = VerifyCS.Diagnostic(AbstractRemoveUnnecessaryAttributeSuppressionsDiagnosticAnalyzer.LegacyFormatTargetDescriptor)
UpdateLegacySuppressionsTests.cs (1)
61var expectedDiagnostic = VerifyCS.Diagnostic(AbstractRemoveUnnecessaryAttributeSuppressionsDiagnosticAnalyzer.LegacyFormatTargetDescriptor)
Microsoft.CodeAnalysis.VisualBasic.CodeStyle.UnitTests (1)
UpdateLegacySuppressionsTests.vb (1)
52Dim expectedDiagnostic = VerifyVB.Diagnostic(AbstractRemoveUnnecessaryAttributeSuppressionsDiagnosticAnalyzer.LegacyFormatTargetDescriptor).