5 references to Implements
Microsoft.AspNetCore.Http.RequestDelegateGenerator (5)
src\Shared\RoslynUtils\SymbolExtensions.cs (2)
94
if (attributeData.AttributeClass is not null && attributeData.AttributeClass.
Implements
(interfaceType))
114
if (attributeData.AttributeClass is not null && attributeData.AttributeClass.
Implements
(interfaceType))
StaticRouteHandlerModel\EndpointParameter.cs (2)
267
=> type.
Implements
(wellKnownTypes.Get(WellKnownType.Microsoft_AspNetCore_Http_Metadata_IEndpointMetadataProvider));
270
=> type.
Implements
(wellKnownTypes.Get(WellKnownType.Microsoft_AspNetCore_Http_Metadata_IEndpointParameterMetadataProvider));
StaticRouteHandlerModel\EndpointResponse.cs (1)
42
=> responseType == null ? false : responseType.
Implements
(wellKnownTypes.Get(WellKnownType.Microsoft_AspNetCore_Http_Metadata_IEndpointMetadataProvider));