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