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