3 references to SerializeAsync
Microsoft.AspNetCore.Http.Extensions (2)
HttpResponseJsonExtensions.cs (2)
99return JsonSerializer.SerializeAsync(response.BodyWriter, value, options, cancellationToken); 195await JsonSerializer.SerializeAsync(body, value, options, cancellationToken);
Microsoft.AspNetCore.Mvc.Core (1)
Formatters\SystemTextJsonOutputFormatter.cs (1)
98await JsonSerializer.SerializeAsync(responseWriter, context.Object, SerializerOptions, httpContext.RequestAborted);