1 instantiation of MyBindAsyncStruct
Microsoft.AspNetCore.Http.Extensions.Tests (1)
RequestDelegateGenerator\SharedTypes.cs (1)
288
return new(result:
new
(uri));
4 references to MyBindAsyncStruct
Microsoft.AspNetCore.Http.Extensions.Tests (4)
RequestDelegateGenerator\SharedTypes.cs (4)
272
public static ValueTask<
MyBindAsyncStruct
> BindAsync(HttpContext context, ParameterInfo parameter)
274
if (parameter.ParameterType != typeof(
MyBindAsyncStruct
) && parameter.ParameterType != typeof(
MyBindAsyncStruct
?))
293
public static bool TryParse(string? value, out
MyBindAsyncStruct
result) =>