2 references to IsAttribute
Microsoft.CodeAnalysis.CodeStyle.Fixes (2)
RemoveUnnecessaryPragmaSuppressionsCodeFixProvider.cs (2)
43if (root.FindNode(diagnostic.Location.SourceSpan) is { } node && syntaxFacts.IsAttribute(node) || 81syntaxFacts.IsAttribute(attribute))