1 instantiation of MyBindAsyncRecord
Microsoft.AspNetCore.Http.Extensions.Tests (1)
RequestDelegateFactoryTests.cs (1)
425
return new(result:
new
(uri));
12 references to MyBindAsyncRecord
Microsoft.AspNetCore.Http.Extensions.Tests (12)
RequestDelegateFactoryTests.cs (12)
415
public static ValueTask<
MyBindAsyncRecord
?> BindAsync(HttpContext context, ParameterInfo parameter)
417
Assert.Equal(typeof(
MyBindAsyncRecord
), parameter.ParameterType);
430
public static bool TryParse(string? value, out
MyBindAsyncRecord
? result) =>
1600
void requiredReferenceType(HttpContext context,
MyBindAsyncRecord
myBindAsyncRecord)
1604
void defaultReferenceType(HttpContext context,
MyBindAsyncRecord
? myBindAsyncRecord = null)
1608
void nullableReferenceType(HttpContext context,
MyBindAsyncRecord
? myBindAsyncRecord)
1636
new object?[] { (Action<HttpContext,
MyBindAsyncRecord
>)requiredReferenceType, false, true, false },
1637
new object?[] { (Action<HttpContext,
MyBindAsyncRecord
>)requiredReferenceType, true, false, false, },
1640
new object?[] { (Action<HttpContext,
MyBindAsyncRecord
?>)defaultReferenceType, false, false, false, },
1641
new object?[] { (Action<HttpContext,
MyBindAsyncRecord
?>)defaultReferenceType, true, false, false },
1643
new object?[] { (Action<HttpContext,
MyBindAsyncRecord
?>)nullableReferenceType, false, false, false },
1644
new object?[] { (Action<HttpContext,
MyBindAsyncRecord
?>)nullableReferenceType, true, false, false },