1 instantiation of MySimpleBindAsyncStruct
Microsoft.AspNetCore.Http.Extensions.Tests (1)
RequestDelegateFactoryTests.cs (1)
538return new(result: new(uri));
3 references to MySimpleBindAsyncStruct
Microsoft.AspNetCore.Http.Extensions.Tests (3)
RequestDelegateFactoryTests.cs (3)
531public static ValueTask<MySimpleBindAsyncStruct> BindAsync(HttpContext context) 1629void requiredValueTypeSimple(HttpContext context, MySimpleBindAsyncStruct mySimpleBindAsyncStruct) 1648new object?[] { (Action<HttpContext, MySimpleBindAsyncStruct>)requiredValueTypeSimple, true, false, true },