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)
41await writer.WriteAsync(problemDetailsContext); 80await writer.WriteAsync(problemDetailsContext); 111await writer.WriteAsync(problemDetailsContext); 160await writer.WriteAsync(new() { HttpContext = context }); 176await writer.WriteAsync(new() { HttpContext = context }); 194await writer.WriteAsync(new() { HttpContext = context });