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