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