1 instantiation of MyBindAsyncFromInterfaceRecord
Microsoft.AspNetCore.Http.Extensions.Tests (1)
RequestDelegateFactoryTests.cs (1)
569return new(result: (T)(object)new MyBindAsyncFromInterfaceRecord(uri));
2 references to MyBindAsyncFromInterfaceRecord
Microsoft.AspNetCore.Http.Extensions.Tests (2)
RequestDelegateFactoryTests.cs (2)
559if (typeof(T) != typeof(MyBindAsyncFromInterfaceRecord)) 573private record MyBindAsyncFromInterfaceRecord(Uri uri) : IBindAsync<MyBindAsyncFromInterfaceRecord>