3 references to BindAsyncRecord
Microsoft.AspNetCore.Mvc.ApiExplorer.Test (3)
EndpointMetadataApiDescriptionProviderTest.cs (3)
589
Assert.Empty(GetApiDescription((
BindAsyncRecord
context) => { }).ParameterDescriptions);
1646
public static ValueTask<
BindAsyncRecord
> BindAsync(HttpContext context, ParameterInfo parameter) =>
1648
public static bool TryParse(string value, out
BindAsyncRecord
result) =>