1 instantiation of MySimpleBindAsyncRecord
Microsoft.AspNetCore.Http.Extensions.Tests (1)
RequestDelegateFactoryTests.cs (1)
551
return new(result:
new
(uri));
3 references to MySimpleBindAsyncRecord
Microsoft.AspNetCore.Http.Extensions.Tests (3)
RequestDelegateFactoryTests.cs (3)
544
public static ValueTask<
MySimpleBindAsyncRecord
?> BindAsync(HttpContext context)
1612
void requiredReferenceTypeSimple(HttpContext context,
MySimpleBindAsyncRecord
mySimpleBindAsyncRecord)
1638
new object?[] { (Action<HttpContext,
MySimpleBindAsyncRecord
>)requiredReferenceTypeSimple, true, false, false },