1 instantiation of MySimpleBindAsyncStruct
Microsoft.AspNetCore.Http.Extensions.Tests (1)
RequestDelegateGenerator\SharedTypes.cs (1)
327
return new(result:
new
(uri));
2 references to MySimpleBindAsyncStruct
Microsoft.AspNetCore.Http.Extensions.Tests (2)
RequestDelegateGenerator\SharedTypes.cs (2)
320
public static ValueTask<
MySimpleBindAsyncStruct
> BindAsync(HttpContext context)
330
public static bool TryParse(string? value, out
MySimpleBindAsyncStruct
result) =>