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