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