1 type derived from AnnotatedProblemDetails
Microsoft.AspNetCore.Mvc.NewtonsoftJson (1)
ValidationProblemDetailsConverter.cs (1)
49private sealed class AnnotatedValidationProblemDetails : AnnotatedProblemDetails
1 instantiation of AnnotatedProblemDetails
Microsoft.AspNetCore.Mvc.NewtonsoftJson (1)
ProblemDetailsConverter.cs (1)
44var annotatedProblemDetails = new AnnotatedProblemDetails(problemDetails);
3 references to AnnotatedProblemDetails
Microsoft.AspNetCore.Mvc.NewtonsoftJson (3)
ProblemDetailsConverter.cs (3)
22var annotatedProblemDetails = serializer.Deserialize<AnnotatedProblemDetails>(reader); 44var annotatedProblemDetails = new AnnotatedProblemDetails(problemDetails);