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