1 instantiation of MySimpleBindAsyncRecord
Microsoft.AspNetCore.Http.Extensions.Tests (1)
RequestDelegateGenerator\SharedTypes.cs (1)
343
return new(result:
new
(uri));
2 references to MySimpleBindAsyncRecord
Microsoft.AspNetCore.Http.Extensions.Tests (2)
RequestDelegateGenerator\SharedTypes.cs (2)
336
public static ValueTask<
MySimpleBindAsyncRecord
?> BindAsync(HttpContext context)
346
public static bool TryParse(string? value, out
MySimpleBindAsyncRecord
? result) =>