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