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