Implemented interface member:
method
WriteAsync
Microsoft.AspNetCore.Http.IProblemDetailsWriter.WriteAsync(Microsoft.AspNetCore.Http.ProblemDetailsContext)
6 references to WriteAsync
Microsoft.AspNetCore.Mvc.Core.Test (6)
Infrastructure\DefaultApiProblemDetailsWriterTest.cs (6)
41
await writer.
WriteAsync
(problemDetailsContext);
80
await writer.
WriteAsync
(problemDetailsContext);
111
await writer.
WriteAsync
(problemDetailsContext);
160
await writer.
WriteAsync
(new() { HttpContext = context });
176
await writer.
WriteAsync
(new() { HttpContext = context });
194
await writer.
WriteAsync
(new() { HttpContext = context });