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