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