1 instantiation of MyBindAsyncStruct
Microsoft.AspNetCore.Http.Microbenchmarks (1)
src\Http\Http.Extensions\test\RequestDelegateGenerator\SharedTypes.cs (1)
288
return new(result:
new
(uri));
4 references to MyBindAsyncStruct
Microsoft.AspNetCore.Http.Microbenchmarks (4)
src\Http\Http.Extensions\test\RequestDelegateGenerator\SharedTypes.cs (4)
272
public static ValueTask<
MyBindAsyncStruct
> BindAsync(HttpContext context, ParameterInfo parameter)
274
if (parameter.ParameterType != typeof(
MyBindAsyncStruct
) && parameter.ParameterType != typeof(
MyBindAsyncStruct
?))
293
public static bool TryParse(string? value, out
MyBindAsyncStruct
result) =>