1 instantiation of MyBindAsyncFromInterfaceRecord
Microsoft.AspNetCore.Http.Extensions.Tests (1)
RequestDelegateGenerator\SharedTypes.cs (1)
364
return new(result: (T)(object)new
MyBindAsyncFromInterfaceRecord
(uri));
2 references to MyBindAsyncFromInterfaceRecord
Microsoft.AspNetCore.Http.Extensions.Tests (2)
RequestDelegateGenerator\SharedTypes.cs (2)
354
if (typeof(T) != typeof(
MyBindAsyncFromInterfaceRecord
))
374
public record MyBindAsyncFromInterfaceRecord(Uri Uri) : IBindAsync<
MyBindAsyncFromInterfaceRecord
>