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) =>
1628
void requiredReferenceType(HttpContext context,
MyBindAsyncRecord
myBindAsyncRecord)
1632
void defaultReferenceType(HttpContext context,
MyBindAsyncRecord
? myBindAsyncRecord = null)
1636
void nullableReferenceType(HttpContext context,
MyBindAsyncRecord
? myBindAsyncRecord)
1664
new object?[] { (Action<HttpContext,
MyBindAsyncRecord
>)requiredReferenceType, false, true, false },
1665
new object?[] { (Action<HttpContext,
MyBindAsyncRecord
>)requiredReferenceType, true, false, false, },
1668
new object?[] { (Action<HttpContext,
MyBindAsyncRecord
?>)defaultReferenceType, false, false, false, },
1669
new object?[] { (Action<HttpContext,
MyBindAsyncRecord
?>)defaultReferenceType, true, false, false },
1671
new object?[] { (Action<HttpContext,
MyBindAsyncRecord
?>)nullableReferenceType, false, false, false },
1672
new object?[] { (Action<HttpContext,
MyBindAsyncRecord
?>)nullableReferenceType, true, false, false },