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