2 references to GetAttributes
Microsoft.CodeAnalysis.ResxSourceGenerator (2)
src\RoslynAnalyzers\Utilities\Compiler\Extensions\ISymbolExtensions.cs (2)
651return symbol.GetAttributes(attributesToMatch: attributeTypesToMatch); 681return symbol.GetAttributes(attributesToMatch).Any();