5 references to DerivesFrom
GenerateDocumentationAndConfigFiles (5)
src\RoslynAnalyzers\Utilities\Compiler\Extensions\INamedTypeSymbolExtensions.cs (2)
80(xunitFactAttribute is not null && attributeClass.DerivesFrom(xunitFactAttribute)) 81|| (benchmarkAttribute is not null && attributeClass.DerivesFrom(benchmarkAttribute));
src\RoslynAnalyzers\Utilities\Compiler\Extensions\ITypeSymbolExtensions.cs (3)
54return DerivesFrom(type, possibleBase, baseTypesOnly: true); 57return DerivesFrom(type, possibleBase); 91if (constraintType.DerivesFrom(candidateBaseType, baseTypesOnly, checkTypeParameterConstraints))