1 instantiation of MyBindAsyncRecord
Microsoft.AspNetCore.Http.Microbenchmarks (1)
src\Http\Http.Extensions\test\RequestDelegateGenerator\SharedTypes.cs (1)
236return new(result: new(uri));
5 references to MyBindAsyncRecord
Microsoft.AspNetCore.Http.Microbenchmarks (5)
src\Http\Http.Extensions\test\RequestDelegateGenerator\SharedTypes.cs (5)
220public static ValueTask<MyBindAsyncRecord?> BindAsync(HttpContext context, ParameterInfo parameter) 222if (parameter.ParameterType != typeof(MyBindAsyncRecord)) 241public static bool TryParse(string? value, out MyBindAsyncRecord? result) => 375public static ValueTask<MyBindAsyncRecord?> BindAsync(HttpContext context, ParameterInfo parameter) => 849MyBindAsyncRecord MyBindAsyncParam);