5 references to _localDiagnostic
Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore (5)
DatabaseErrorPageMiddleware.cs (5)
87
_localDiagnostic
.Value = new DiagnosticHolder();
97
var contextType =
_localDiagnostic
.Value!.ContextType;
126
var lastRecordedException =
_localDiagnostic
.Value!.Exception;
170
_localDiagnostic
.Value?.Hold(contextErrorEventData.Exception, contextErrorEventData.Context!.GetType());
176
_localDiagnostic
.Value?.Hold(contextTypeErrorEventData.Exception, contextTypeErrorEventData.ContextType);