2 references to InheritsFrom
Microsoft.Extensions.Validation.ValidationsGenerator (2)
Extensions\ITypeSymbolExtensions.cs (1)
140
attr.AttributeClass.
InheritsFrom
(fromKeyedServiceAttributeSymbol)));
src\Shared\RoslynUtils\SymbolExtensions.cs (1)
163
if (attributeData.AttributeClass is not null && attributeData.AttributeClass.
InheritsFrom
(baseType))