We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f93ad20 commit 498a8c9Copy full SHA for 498a8c9
Engine/Generic/RuleSuppression.cs
@@ -308,7 +308,7 @@ public static List<RuleSuppression> GetSuppressions(IEnumerable<AttributeAst> at
308
}
309
310
IEnumerable<AttributeAst> suppressionAttribute = attrAsts.Where(
311
- item => item.TypeName.GetReflectionType() == typeof(System.Diagnostics.CodeAnalysis.SuppressMessageAttribute));
+ item => item.TypeName.GetReflectionAttributeType() == typeof(System.Diagnostics.CodeAnalysis.SuppressMessageAttribute));
312
313
foreach (var attributeAst in suppressionAttribute)
314
{
0 commit comments