1 interface inheriting from IBindAsync
Microsoft.AspNetCore.Http.Extensions.Tests (1)
ParameterBindingMethodCacheTests.cs (1)
1231
private interface IImeplmentIBindAsync<T> :
IBindAsync
<T>
6 implementations of IBindAsync
Microsoft.AspNetCore.Http.Extensions.Tests (6)
ParameterBindingMethodCacheTests.cs (6)
1235
private class BindAsyncFromInterface :
IBindAsync
<BindAsyncFromInterface>
1243
private class BindAsyncDirectlyAndFromInterface :
IBindAsync
<BindAsyncDirectlyAndFromInterface>
1253
IBindAsync
<BindAsyncFromClassAndInterface>
1258
:
IBindAsync
<BindAsyncFromMultipleInterfaces>,
1264
private class BindAsyncWrongTypeFromInterface :
IBindAsync
<BindAsyncFromInterface>
1276
private class BindAsyncFromInterfaceWithParameterInfo :
IBindAsync
<BindAsyncFromInterfaceWithParameterInfo>