1 instantiation of MyBindAsyncStruct
Microsoft.AspNetCore.Http.Extensions.Tests (1)
RequestDelegateFactoryTests.cs (1)
462
return new(result:
new
(uri));
4 references to MyBindAsyncStruct
Microsoft.AspNetCore.Http.Extensions.Tests (4)
RequestDelegateFactoryTests.cs (4)
452
public static ValueTask<
MyBindAsyncStruct
> BindAsync(HttpContext context, ParameterInfo parameter)
454
Assert.True(parameter.ParameterType == typeof(
MyBindAsyncStruct
) || parameter.ParameterType == typeof(
MyBindAsyncStruct
?));
467
public static bool TryParse(string? value, out
MyBindAsyncStruct
result) =>