2 references to PopulateMetadataForEndpointMethod
Microsoft.AspNetCore.Http.Extensions (2)
src\Shared\EndpointMetadataPopulator.cs (2)
44
PopulateMetadataForEndpointMethod
.MakeGenericMethod(parameter.ParameterType).Invoke(null, invokeArgs);
61
PopulateMetadataForEndpointMethod
.MakeGenericMethod(returnType).Invoke(null, invokeArgs);