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)
283
var attributes = CodeAnalysisExtensions.
GetAttributes
(testClass, attribute, inherit: true);
310
var attributes = CodeAnalysisExtensions.
GetAttributes
(testClass, attribute, inherit: true);
353
var attributes = CodeAnalysisExtensions.
GetAttributes
(testClass, attribute, inherit: true);
401
var attributes = CodeAnalysisExtensions.
GetAttributes
(testClass, attribute, inherit: false);