2 references to TryGetAttributeInheritingFrom
Microsoft.AspNetCore.App.Analyzers (2)
src\Shared\RoslynUtils\SymbolExtensions.cs (2)
151return symbol.GetAttributes().TryGetAttributeInheritingFrom(baseType, out matchedAttribute); 156return attributes.TryGetAttributeInheritingFrom(baseType, out var _);