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