1 implementation of HasBindAsync
Microsoft.AspNetCore.Http.Extensions (1)
ParameterBindingMetadata.cs (1)
19public bool HasBindAsync => hasBindAsync;
2 references to HasBindAsync
Microsoft.AspNetCore.Http.Extensions.Tests (1)
RequestDelegateFactoryTests.cs (1)
2570m => Assert.True(m is IParameterBindingMetadata { HasBindAsync : true }),
Microsoft.AspNetCore.Mvc.ApiExplorer (1)
EndpointMetadataApiDescriptionProvider.cs (1)
283parameter.HasBindAsync ||