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