7 references to GetAttributes
Microsoft.AspNetCore.Mvc.Analyzers (1)
src\Shared\Roslyn\CodeAnalysisExtensions.cs (1)
19=> GetAttributes(methodSymbol, attribute, inherit).Any();
Mvc.Analyzers.Test (6)
CodeAnalysisExtensionsTest.cs (6)
30var attributes = CodeAnalysisExtensions.GetAttributes(method, attribute, inherit: true); 58var attributes = CodeAnalysisExtensions.GetAttributes(method, attribute, inherit: true); 95var attributes = CodeAnalysisExtensions.GetAttributes(method, attribute, inherit: false); 169var attributes = CodeAnalysisExtensions.GetAttributes(method, attribute, inherit: true); 214var attributes = CodeAnalysisExtensions.GetAttributes(method, attribute, inherit: true); 257var attributes = CodeAnalysisExtensions.GetAttributes(method, attribute, inherit: true);