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