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