1 instantiation of BindableStruct
Microsoft.AspNetCore.Http.Extensions.Tests (1)
RequestDelegateGenerator\SharedTypes.cs (1)
1107
return new
BindableStruct
(httpContext.Request.Query["value"].ToString());
1 reference to BindableStruct
Microsoft.AspNetCore.Http.Extensions.Tests (1)
RequestDelegateGenerator\SharedTypes.cs (1)
1104
public static async ValueTask<
BindableStruct
> BindAsync(HttpContext httpContext, ParameterInfo parameter)