2 instantiations of MyAwaitedBindAsyncStruct
Microsoft.AspNetCore.Http.Extensions.Tests (2)
RequestDelegateFactoryTests.cs (2)
503
return
new
(uri);
705
Assert.Equal(new
MyAwaitedBindAsyncStruct
(new Uri("https://example.org")), httpContext.Items["myAwaitedBindAsyncStruct"]);
3 references to MyAwaitedBindAsyncStruct
Microsoft.AspNetCore.Http.Extensions.Tests (3)
RequestDelegateFactoryTests.cs (3)
491
public static async ValueTask<
MyAwaitedBindAsyncStruct
> BindAsync(HttpContext context, ParameterInfo parameter)
493
Assert.Equal(typeof(
MyAwaitedBindAsyncStruct
), parameter.ParameterType);
695
(HttpContext httpContext, MyAwaitedBindAsyncRecord myAwaitedBindAsyncRecord,
MyAwaitedBindAsyncStruct
myAwaitedBindAsyncStruct) =>