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