4 references to GetTypeHierarchy
Microsoft.AspNetCore.App.Analyzers (4)
Mvc\DetectOverriddenAuthorizeAttribute.cs (2)
34
foreach (var currentClass in controllerSymbol.
GetTypeHierarchy
())
64
foreach (var currentClass in actionSymbol.ContainingType.
GetTypeHierarchy
())
src\Shared\Roslyn\CodeAnalysisExtensions.cs (2)
59
foreach (var type in
GetTypeHierarchy
(typeSymbol))
120
foreach (var type in target.
GetTypeHierarchy
())