3 references to TryGetAttribute
Microsoft.AspNetCore.Http.RequestDelegateGenerator (3)
src\Shared\RoslynUtils\SymbolExtensions.cs (1)
67
return attributes.
TryGetAttribute
(attributeType, out _);
StaticRouteHandlerModel\EndpointParameter.cs (2)
149
if (attributes.
TryGetAttribute
(wellKnownTypes.Get(WellKnownType.Microsoft_Extensions_DependencyInjection_FromKeyedServicesAttribute), out var keyedServicesAttribute))
155
else if (attributes.
TryGetAttribute
(wellKnownTypes.Get(WellKnownType.Microsoft_Extensions_DependencyInjection_FromKeyedServicesAttribute), out var keyedServicesAttribute))