1 instantiation of BindableStructWithMismatchedNullability
Microsoft.AspNetCore.Http.Extensions.Tests (1)
RequestDelegateGenerator\SharedTypes.cs (1)
1073
return new
BindableStructWithMismatchedNullability
<T?>(default);
1 reference to BindableStructWithMismatchedNullability
Microsoft.AspNetCore.Http.Extensions.Tests (1)
RequestDelegateGenerator\SharedTypes.cs (1)
1070
public static async ValueTask<
BindableStructWithMismatchedNullability
<T?>> BindAsync(HttpContext httpContext, ParameterInfo parameter)