3 references to addMatchingAttributes
Microsoft.Extensions.Logging.Generators (3)
src\libraries\Common\src\Roslyn\SyntaxValueProvider_ForAttributeWithMetadataName.cs (3)
167
addMatchingAttributes
(ref result, symbol.GetAttributes());
168
addMatchingAttributes
(ref result, (symbol as IMethodSymbol)?.GetReturnTypeAttributes());
173
addMatchingAttributes
(ref result, module.GetAttributes());