3 references to ErrorReporter
Microsoft.AspNetCore.JsonPatch.SystemTextJson (3)
Adapters\ObjectAdapter.cs (1)
261return LogErrorAction ?? Internal.ErrorReporter.Default;
JsonPatchDocument.cs (1)
174var errorReporter = logErrorAction ?? ErrorReporter.Default;
JsonPatchDocumentOfT.cs (1)
611var errorReporter = logErrorAction ?? ErrorReporter.Default;