3 references to Inherits
Microsoft.CodeAnalysis.ResxSourceGenerator (3)
src\RoslynAnalyzers\Utilities\Compiler\Extensions\ITypeSymbolExtensions.cs (3)
255
if (attribute.AttributeClass.
Inherits
(inheritedExportAttribute))
260
(attribute.AttributeClass.
Inherits
(exportAttributeV1) || attribute.AttributeClass.
Inherits
(exportAttributeV2)))