3 references to Inherits
GenerateDocumentationAndConfigFiles (3)
src\RoslynAnalyzers\Utilities\Compiler\Extensions\ITypeSymbolExtensions.cs (3)
227
if (attribute.AttributeClass.
Inherits
(inheritedExportAttribute))
232
(attribute.AttributeClass.
Inherits
(exportAttributeV1) || attribute.AttributeClass.
Inherits
(exportAttributeV2)))