2 writes to _problemDetails
Microsoft.AspNetCore.Http.Abstractions (2)
ProblemDetails\ProblemDetailsContext.cs (2)
31
get =>
_problemDetails
??= new ProblemDetails();
32
set =>
_problemDetails
= value;