1 instantiation of MyBothBindAsyncStruct
Microsoft.AspNetCore.Http.Extensions.Tests (1)
RequestDelegateGenerator\SharedTypes.cs (1)
310
return new(result:
new
(uri));
4 references to MyBothBindAsyncStruct
Microsoft.AspNetCore.Http.Extensions.Tests (4)
RequestDelegateGenerator\SharedTypes.cs (4)
294
public static ValueTask<
MyBothBindAsyncStruct
> BindAsync(HttpContext context, ParameterInfo parameter)
296
if (parameter.ParameterType != typeof(
MyBothBindAsyncStruct
) && parameter.ParameterType != typeof(
MyBothBindAsyncStruct
?))
314
public static ValueTask<
MyBothBindAsyncStruct
> BindAsync(HttpContext context) =>