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