4 references to addMatchingAttributes
Microsoft.CodeAnalysis (4)
SourceGeneration\Nodes\SyntaxValueProvider_ForAttributeWithMetadataName.cs (4)
155
addMatchingAttributes
(symbol.GetAttributes());
156
addMatchingAttributes
((symbol as IMethodSymbol)?.GetReturnTypeAttributes());
164
addMatchingAttributes
(module.GetAttributes());
199
addMatchingAttributes
(constructorSymbol.GetAttributes());