2 instantiations of BindAsyncRecord
Microsoft.AspNetCore.Http.Extensions.Tests (2)
ParameterBindingMethodCacheTests.cs (2)
246
Assert.Equal(new
BindAsyncRecord
(42), await parseHttpContext(httpContext));
1087
return new(result:
new
(val));
5 references to BindAsyncRecord
Microsoft.AspNetCore.Http.Extensions.Tests (5)
ParameterBindingMethodCacheTests.cs (5)
221
var type = typeof(
BindAsyncRecord
);
288
GetFirstParameter((
BindAsyncRecord
arg) => BindAsyncRecordMethod(arg)),
732
private static void BindAsyncRecordMethod(
BindAsyncRecord
arg) { }
1077
public static ValueTask<
BindAsyncRecord
?> BindAsync(HttpContext context, ParameterInfo parameter)
1079
Assert.Equal(typeof(
BindAsyncRecord
), parameter.ParameterType);