5 references to GetAttributes
Microsoft.AspNetCore.Mvc.Analyzers (1)
src\Shared\Roslyn\CodeAnalysisExtensions.cs (1)
16=> GetAttributes(typeSymbol, attribute, inherit).Any();
Mvc.Analyzers.Test (4)
CodeAnalysisExtensionsTest.cs (4)
283var attributes = CodeAnalysisExtensions.GetAttributes(testClass, attribute, inherit: true); 310var attributes = CodeAnalysisExtensions.GetAttributes(testClass, attribute, inherit: true); 353var attributes = CodeAnalysisExtensions.GetAttributes(testClass, attribute, inherit: true); 401var attributes = CodeAnalysisExtensions.GetAttributes(testClass, attribute, inherit: false);