2 implementations of CanWrite
Microsoft.AspNetCore.Http.Extensions (1)
DefaultProblemDetailsWriter.cs (1)
26
public bool
CanWrite
(ProblemDetailsContext context)
Microsoft.AspNetCore.Mvc.Core (1)
Infrastructure\DefaultApiProblemDetailsWriter.cs (1)
35
public bool
CanWrite
(ProblemDetailsContext context)
1 reference to CanWrite
Microsoft.AspNetCore.Http.Extensions (1)
ProblemDetailsService.cs (1)
38
if (selectedWriter.
CanWrite
(context))