4 references to TryGetAttributeInheritingFrom
Microsoft.AspNetCore.Http.RequestDelegateGenerator (4)
src\Shared\RoslynUtils\SymbolExtensions.cs (2)
151
return symbol.GetAttributes().
TryGetAttributeInheritingFrom
(baseType, out matchedAttribute);
156
return attributes.
TryGetAttributeInheritingFrom
(baseType, out var _);
StaticRouteHandlerModel\EndpointParameter.cs (2)
150
if (attributes.
TryGetAttributeInheritingFrom
(wellKnownTypes.Get(WellKnownType.Microsoft_Extensions_DependencyInjection_FromKeyedServicesAttribute), out var keyedServicesAttribute))
156
else if (attributes.
TryGetAttributeInheritingFrom
(wellKnownTypes.Get(WellKnownType.Microsoft_Extensions_DependencyInjection_FromKeyedServicesAttribute), out var keyedServicesAttribute))